Table of Contents

Class IssueSubtypeDefinition

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

Properties

Code

3 chars pin label.

public string? Code { get; set; }

Property Value

string

CreatedAt

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

public DateTimeOffset? CreatedAt { get; }

Property Value

DateTimeOffset?

CreatedBy

The unique identifier of the user who created the issue type.

public string? CreatedBy { get; }

Property Value

string

DeletedAt

The date and time the issue type was deleted, in ISO8601 format.

public DateTimeOffset? DeletedAt { get; }

Property Value

DateTimeOffset?

DeletedBy

The unique identifier of the user who deleted the issue type.

public string? DeletedBy { get; }

Property Value

string

FieldsMetadata

The fieldsMetadata property

public List<FieldsMetadataDefinition>? FieldsMetadata { get; set; }

Property Value

List<FieldsMetadataDefinition>

Id

The ID of the issue subtype.

public Guid? Id { get; }

Property Value

Guid?

IsActive

Stated whether the issue subtype is active.

public bool? IsActive { get; set; }

Property Value

bool?

IsReadOnly

The isReadOnly property

public bool? IsReadOnly { get; }

Property Value

bool?

IssueTypeId

The ID of the parent issue type.

public Guid? IssueTypeId { get; }

Property Value

Guid?

OrderIndex

The orderIndex property

public int? OrderIndex { get; }

Property Value

int?

PermittedActions

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

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

Property Value

List<IssueSubtypeDefinition_permittedActions?>

PermittedAttributes

Not applicable.A list of permitted actions the user is allowed to make in regards to issue subtypes. 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<IssueSubtypeDefinition_permittedAttributes?>? PermittedAttributes { get; }

Property Value

List<IssueSubtypeDefinition_permittedAttributes?>

Title

The title property

public string? Title { get; set; }

Property Value

string

UpdatedAt

The date and time the issue type was updated, in ISO8601 format.

public DateTimeOffset? UpdatedAt { get; }

Property Value

DateTimeOffset?

UpdatedBy

The unique identifier of the user who updated the issue type.

public string? UpdatedBy { get; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static IssueSubtypeDefinition CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

IssueSubtypeDefinition

A IssueSubtypeDefinition

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