Table of Contents

Class IssueDefinition_linkedDocuments

Namespace
Autodesk.ACC.Issues.Models
Assembly
Autodesk.ACC.Issues.dll
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

DateTimeOffset?

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

string

CreatedAt

The date and time the pushpin was created, in ISO8601 format.

public DateTimeOffset? CreatedAt { get; set; }

Property Value

DateTimeOffset?

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

string

Details

Information about the individual viewable.

public IssueDefinition_linkedDocuments_details? Details { get; set; }

Property Value

IssueDefinition_linkedDocuments_details

Type

The type of file. Possible values: TwoDVectorPushpin (3D models)TwoDRasterPushpin (2D sheets and views)

public IssueDefinition_linkedDocuments_type? Type { get; set; }

Property Value

IssueDefinition_linkedDocuments_type?

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

string

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static IssueDefinition_linkedDocuments CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

IssueDefinition_linkedDocuments

A IssueDefinition_linkedDocuments

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