Class IssueDefinition_linkedDocuments
public class IssueDefinition_linkedDocuments : IParsable
- Inheritance
-
IssueDefinition_linkedDocuments
- Implements
-
IParsable
- Inherited Members
Properties
ClosedAt
The date and time the pushpin issue was closed, in ISO8601 format.
public DateTimeOffset? ClosedAt { get; set; }
Property Value
ClosedAtVersion
The version of the file when the pushpin issue was closed.
public int? ClosedAtVersion { get; set; }
Property Value
- int?
ClosedBy
The Autodesk ID of the user who closed the pushpin issue.
public string? ClosedBy { get; set; }
Property Value
CreatedAt
The date and time the pushpin was created, in ISO8601 format.
public DateTimeOffset? CreatedAt { get; set; }
Property Value
CreatedAtVersion
The version of the file the pushin issue was added to. For information about file versions, see the Data Management API </en/docs/data/v2/>
_.
public int? CreatedAtVersion { get; set; }
Property Value
- int?
CreatedBy
The Autodesk ID of the user who created the pushpin issue.
public string? CreatedBy { get; set; }
Property Value
Details
Information about the individual viewable.
public IssueDefinition_linkedDocuments_details? Details { get; set; }
Property Value
Type
The type of file. Possible values: TwoDVectorPushpin
(3D models)TwoDRasterPushpin
(2D sheets and views)
public IssueDefinition_linkedDocuments_type? Type { get; set; }
Property Value
Urn
The ID of the file associated with the issue (pushpin). Note the we do not currently support data associated with the ACC Build Sheet tool.
public string? Urn { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static IssueDefinition_linkedDocuments 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