Class CreateRfiRequest_pushpinAttributes
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
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
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
Type
The type of pushpin.
public CreateRfiRequest_pushpinAttributes_type? Type { get; set; }
Property Value
ViewerState
The viewer state object.
public CreateRfiRequest_pushpinAttributes_viewerState? ViewerState { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static CreateRfiRequest_pushpinAttributes 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