Table of Contents

Class CreateRfiRequest_pushpinAttributes

Namespace
Autodesk.ACC.RFIs.Models
Assembly
Autodesk.ACC.RFIs.dll

BIM360: Data about the RFI pushpin. Only relevant for pushpin RFIs. For more details, see the pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>_ACC: Not relevant.

public class CreateRfiRequest_pushpinAttributes : IParsable
Inheritance
CreateRfiRequest_pushpinAttributes
Implements
IParsable
Inherited Members

Properties

AttributesVersion

The version of the attributes.

public int? AttributesVersion { get; set; }

Property Value

int?

ExternalId

An external ID; typically used when the RFI was created in another system.

public string? ExternalId { get; set; }

Property Value

string

Location

BIM 360: The coordinates of the puhspin RFI in the document. Only relevant for pushpin RFIs. For more details, see the RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>_ACC: Not relevant.

public CreateRfiRequest_pushpinAttributes_location? Location { get; set; }

Property Value

CreateRfiRequest_pushpinAttributes_location

ObjectId

BIM 360: The object ID associated with the pushpin RFI. For more details, see the RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>_ACC: Not relevant.

public string? ObjectId { get; set; }

Property Value

string

Type

The type of pushpin.

public CreateRfiRequest_pushpinAttributes_type? Type { get; set; }

Property Value

CreateRfiRequest_pushpinAttributes_type?

ViewerState

The viewer state object.

public CreateRfiRequest_pushpinAttributes_viewerState? ViewerState { get; set; }

Property Value

CreateRfiRequest_pushpinAttributes_viewerState

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static CreateRfiRequest_pushpinAttributes CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

CreateRfiRequest_pushpinAttributes

A CreateRfiRequest_pushpinAttributes

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