Table of Contents

Class DiffJobStatus

Namespace
Autodesk.ACC.ModelProperties.Models
Assembly
Autodesk.ACC.ModelProperties.dll

diff job status

public class DiffJobStatus : IParsable
Inheritance
DiffJobStatus
Implements
IParsable
Inherited Members

Properties

Contents

Parameters to control content within the Index

public IndexContents? Contents { get; set; }

Property Value

IndexContents

CurVersionUrns

list all current versions this index depends upon

public List<string>? CurVersionUrns { get; set; }

Property Value

List<string>

DiffId

diff id

public string? DiffId { get; set; }

Property Value

string

Errors

errors

public List<ResourceError>? Errors { get; set; }

Property Value

List<ResourceError>

FieldsUrl

url for downloading the diff fields

public string? FieldsUrl { get; set; }

Property Value

string

ManifestUrl

url for downloading the diff manifest

public string? ManifestUrl { get; set; }

Property Value

string

PrevVersionUrns

list all previous versions this index depends upon

public List<string>? PrevVersionUrns { get; set; }

Property Value

List<string>

ProjectId

project id

public string? ProjectId { get; set; }

Property Value

string

PropertiesUrl

url for downloading the diff properties

public string? PropertiesUrl { get; set; }

Property Value

string

QueryId

query id

public string? QueryId { get; set; }

Property Value

string

QueryResultsUrl

url for downloading the query result

public string? QueryResultsUrl { get; set; }

Property Value

string

RetryAt

timestamp

public DateTimeOffset? RetryAt { get; set; }

Property Value

DateTimeOffset?

SelfUrl

unique url for this job status

public string? SelfUrl { get; set; }

Property Value

string

State

job status

public JobState? State { get; set; }

Property Value

JobState?

Stats

some higher level diff statistics

public DiffStats? Stats { get; set; }

Property Value

DiffStats

Type

type

public DiffJobStatus_type? Type { get; set; }

Property Value

DiffJobStatus_type?

UpdatedAt

timestamp

public DateTimeOffset? UpdatedAt { get; set; }

Property Value

DateTimeOffset?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static DiffJobStatus CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

DiffJobStatus

A DiffJobStatus

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