Table of Contents

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

string

Metadata

Custom metadata with key value pairs.

public ReferencesPostRequestBody_references_metadata? Metadata { get; set; }

Property Value

ReferencesPostRequestBody_references_metadata

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

string

Urn

The reference urn.

public string? Urn { get; set; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static ReferencesPostRequestBody_references CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

ReferencesPostRequestBody_references

A ReferencesPostRequestBody_references

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 ISerializationWriter

Serialization writer to use to serialize this model