Class EnterprisePendingTaskCreateForm
Inheritance
System.Object
EnterprisePendingTaskCreateForm
Assembly: Crowdin.Api.dll
public class EnterprisePendingTaskCreateForm : AddTaskRequest
Properties
|
Improve this Doc
View Source
Declaration
public ICollection<TaskAssignedTeam>? AssignedTeams { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ICollection<TaskAssigneeForm>? Assignees { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? DeadLine { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public int PrecedingTaskId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public TaskType Type { get; set; }
Property Value