Class EnterprisePendingTaskCreateForm
Inheritance
EnterprisePendingTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class EnterprisePendingTaskCreateForm : AddTaskRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("assignedTeams")]
public ICollection<TaskAssignedTeam>? AssignedTeams { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("assignees")]
public ICollection<TaskAssigneeForm>? Assignees { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("deadline")]
public DateTimeOffset? DeadLine { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("precedingTaskId")]
public long PrecedingTaskId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public TaskType Type { get; set; }
Property Value