Table of Contents

Class IssueRootCauseCategoryDefinition

Namespace
Autodesk.ACC.Issues.Models
Assembly
Autodesk.ACC.Issues.dll
public class IssueRootCauseCategoryDefinition : IParsable
Inheritance
IssueRootCauseCategoryDefinition
Implements
IParsable
Inherited Members

Properties

CreatedAt

The date and time the issue root cause category was created, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? CreatedAt { get; }

Property Value

DateTimeOffset?

CreatedBy

The Autodesk ID of the user who created the issue root cause category.

public string? CreatedBy { get; }

Property Value

string

DeletedAt

The date and time the issue root cause category was deleted, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? DeletedAt { get; }

Property Value

DateTimeOffset?

DeletedBy

The Autodesk ID of the user who deleted the issue root cause category.

public string? DeletedBy { get; }

Property Value

string

Id

The ID of the issue root cause category.

public Guid? Id { get; }

Property Value

Guid?

IsActive

States whether the root cause category is active.

public bool? IsActive { get; set; }

Property Value

bool?

PermittedActions

Not applicable.A list of permitted actions on this specific item.Possible Values: edit, delete.

public List<IssueRootCauseCategoryDefinition_permittedActions?>? PermittedActions { get; }

Property Value

List<IssueRootCauseCategoryDefinition_permittedActions?>

PermittedAttributes

Not applicable.A list of permitted actions on this specific item. If the permittedActions property include the 'edit', then this will be the list of attributes that are allowed to be updated.Possible Values: title, isActive.

public List<IssueRootCauseCategoryDefinition_permittedAttributes?>? PermittedAttributes { get; }

Property Value

List<IssueRootCauseCategoryDefinition_permittedAttributes?>

RootCauses

A list of root causes of the specific root cause category.

public List<IssueRootCausesDefinition>? RootCauses { get; }

Property Value

List<IssueRootCausesDefinition>

Title

The title of the issue root cause category.

public string? Title { get; set; }

Property Value

string

UpdatedAt

The last date and time the issue root cause category was updated, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? UpdatedAt { get; }

Property Value

DateTimeOffset?

UpdatedBy

The Autodesk ID of the user who last updated the issue root cause category.

public string? UpdatedBy { get; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static IssueRootCauseCategoryDefinition CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

IssueRootCauseCategoryDefinition

A IssueRootCauseCategoryDefinition

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