Table of Contents

Class CreateAttachmentRequestBIMDefinition

Namespace
Autodesk.ACC.RFIs.Models
Assembly
Autodesk.ACC.RFIs.dll
public class CreateAttachmentRequestBIMDefinition : IParsable
Inheritance
CreateAttachmentRequestBIMDefinition
Implements
IParsable
Inherited Members

Constructors

CreateAttachmentRequestBIMDefinition()

Instantiates a new CreateAttachmentRequestBIMDefinition and sets the default values.

public CreateAttachmentRequestBIMDefinition()

Properties

Id

The id property

public Guid? Id { get; set; }

Property Value

Guid?

Name

The name of the attachment.

public string? Name { get; set; }

Property Value

string

SyncToken

Mobile user last sync token

public string? SyncToken { get; set; }

Property Value

string

Urn

The ID (item ID) of the document associated with the RFI. For more details, see the Upload Attachment tutorial BIM 360</en/docs/bim360/v1/reference/tutorials/attach-BIM-360-files-to-rfi/>_ ACC</en/docs/acc/v1/reference/tutorials/attach-BIM-360-files-to-rfi/>_.

public string? Urn { get; set; }

Property Value

string

UrnType

The type of attachment. We currently only support adding attachments from BIM 360 Document Management. Possible value: dm.

public CreateAttachmentRequestBIMDefinition_urnType? UrnType { get; set; }

Property Value

CreateAttachmentRequestBIMDefinition_urnType?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static CreateAttachmentRequestBIMDefinition CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

CreateAttachmentRequestBIMDefinition

A CreateAttachmentRequestBIMDefinition

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