Table of Contents

Class CustomAttributesValues_results

Namespace
Autodesk.ACC.FileManagement.Models
Assembly
Autodesk.ACC.FileManagement.dll
public class CustomAttributesValues_results : IParsable
Inheritance
CustomAttributesValues_results
Implements
IParsable
Inherited Members

Properties

ApprovalStatus

The approvalStatus property

public CustomAttributesValues_results_approvalStatus? ApprovalStatus { get; set; }

Property Value

CustomAttributesValues_results_approvalStatus

CreateTime

The createTime property

public DateTimeOffset? CreateTime { get; set; }

Property Value

DateTimeOffset?

CreateUserId

The createUserId property

public string? CreateUserId { get; set; }

Property Value

string

CreateUserName

The createUserName property

public string? CreateUserName { get; set; }

Property Value

string

CustomAttributes

The customAttributes property

public List<CustomAttributesValues_results_customAttributes>? CustomAttributes { get; set; }

Property Value

List<CustomAttributesValues_results_customAttributes>

EntityType

The entityType property

public CustomAttributesValues_results_entityType? EntityType { get; set; }

Property Value

CustomAttributesValues_results_entityType?

ItemUrn

The itemUrn property

public string? ItemUrn { get; set; }

Property Value

string

LastModifiedTime

The lastModifiedTime property

public DateTimeOffset? LastModifiedTime { get; set; }

Property Value

DateTimeOffset?

LastModifiedUserId

The lastModifiedUserId property

public string? LastModifiedUserId { get; set; }

Property Value

string

LastModifiedUserName

The lastModifiedUserName property

public string? LastModifiedUserName { get; set; }

Property Value

string

Name

The name property

public string? Name { get; set; }

Property Value

string

Number

The number property

public string? Number { get; set; }

Property Value

string

ProcessState

The processState property

public CustomAttributesValues_results_processState? ProcessState { get; set; }

Property Value

CustomAttributesValues_results_processState?

RevisionNumber

The revisionNumber property

public int? RevisionNumber { get; set; }

Property Value

int?

StorageSize

The storageSize property

public int? StorageSize { get; set; }

Property Value

int?

StorageUrn

The storageUrn property

public string? StorageUrn { get; set; }

Property Value

string

Title

The title property

public string? Title { get; set; }

Property Value

string

Urn

The urn property

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 CustomAttributesValues_results CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

CustomAttributesValues_results

A CustomAttributesValues_results

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