Class JobPayload_input
- Namespace
- Autodesk.ModelDerivative.Models
- Assembly
- Autodesk.ModelDerivative.dll
Group of inputs
public class JobPayload_input : IParsable
- Inheritance
-
JobPayload_input
- Implements
-
IParsable
- Inherited Members
Properties
CheckReferences
- true - Instructs the server to check for references and download all referenced files. If the design consists of multiple files (as with Autodesk Inventor assemblies) the translation fails if this attribute is not set to true.- false - (Default) Does not check for any references.
public bool? CheckReferences { get; set; }
Property Value
- bool?
CompressedUrn
Set this to true
if the source file is compressed. If set to true
, you need to define the rootFilename
.
public bool? CompressedUrn { get; set; }
Property Value
- bool?
RootFilename
The root filename of the compressed file. Mandatory if the compressedUrn
is set to true
.
public string? RootFilename { get; set; }
Property Value
Urn
The design URN; returned when uploading the file to Forge The URN needs to be Base64 (URL Safe) encoded.
public string? Urn { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static JobPayload_input CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model