Class RfiBase_pushpinAttributes
BIM360: Data about the pushpin RFI. Only relevant for pushpin RFIs. For more details, see the RFI pushpin tutorials. </en/docs/bim360/v1/tutorials/create-pushpin/>
_ACC: Not relevant.
public class RfiBase_pushpinAttributes : IParsable
- Inheritance
-
RfiBase_pushpinAttributes
- Implements
-
IParsable
- Inherited Members
Properties
CreatedAt
timestamp when pushpin created
public DateTimeOffset? CreatedAt { get; set; }
Property Value
CreatedBy
Autodesk ID of the user that created the pushpin.
public string? CreatedBy { get; set; }
Property Value
CreatedDocVersion
doc version when RFI was created on
public int? CreatedDocVersion { get; set; }
Property Value
- int?
Location
The location object.
public RfiBase_pushpinAttributes_location? Location { get; set; }
Property Value
Type
The type of pushpin.
public RfiBase_pushpinAttributes_type? Type { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static RfiBase_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