Class ReferencesPostRequestBody_references
- Namespace
- Autodesk.ModelDerivative.Designdata.Item.References
- Assembly
- Autodesk.ModelDerivative.dll
An element of the array.
public class ReferencesPostRequestBody_references : IParsable
- Inheritance
-
ReferencesPostRequestBody_references
- Implements
-
IParsable
- Inherited Members
Properties
Filename
The reference filename. By default, it is set to “” and the reference will be downloaded with its urn and relativePath.
public string? Filename { get; set; }
Property Value
Metadata
Custom metadata with key value pairs.
public ReferencesPostRequestBody_references_metadata? Metadata { get; set; }
Property Value
RelativePath
The file path relative to the root design. By default, it is set to “”. It means the reference and its root file are in the same folder.
public string? RelativePath { get; set; }
Property Value
Urn
The reference urn.
public string? Urn { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static ReferencesPostRequestBody_references 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