Class IssueTypeDefinition
public class IssueTypeDefinition : IParsable
- Inheritance
-
IssueTypeDefinition
- Implements
-
IParsable
- Inherited Members
Properties
ContainerId
The containerId property
public Guid? ContainerId { get; }
Property Value
- Guid?
CreatedAt
The date and time the issue was created, in ISO8601 format.
public DateTimeOffset? CreatedAt { get; }
Property Value
CreatedBy
The unique identifier of the user who created the issue type.
public string? CreatedBy { get; }
Property Value
DeletedAt
The date and time the issue type was deleted, in ISO8601 format.
public DateTimeOffset? DeletedAt { get; }
Property Value
DeletedBy
The unique identifier of the user who deleted the issue type.
public string? DeletedBy { get; }
Property Value
Id
The ID of the issue type.
public Guid? Id { get; }
Property Value
- Guid?
IsActive
States whether the issue type is active.
public bool? IsActive { get; set; }
Property Value
- bool?
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<IssueTypeDefinition_permittedActions?>? PermittedActions { get; }
Property Value
PermittedAttributes
Not applicable.A list of permitted attributes to make regarding issue types. 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<IssueTypeDefinition_permittedAttributes?>? PermittedAttributes { get; }
Property Value
StatusSet
Not applicable. Note: the status set is bound to change in the near future.
public string? StatusSet { get; set; }
Property Value
Subtypes
A list of subtypes of the specific issue type.
public List<IssueSubtypeDefinition>? Subtypes { get; }
Property Value
Title
The title property
public string? Title { get; set; }
Property Value
UpdatedAt
The date and time the issue type was updated, in ISO8601 format.
public DateTimeOffset? UpdatedAt { get; }
Property Value
UpdatedBy
The unique identifier of the user who updated the issue type.
public string? UpdatedBy { get; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static IssueTypeDefinition CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
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
ISerializationWriterSerialization writer to use to serialize this model