Class VendorManualPendingTaskCreateForm
Inheritance
VendorManualPendingTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class VendorManualPendingTaskCreateForm : AddTaskRequest
Properties
|
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
|
Edit this page
View Source
Declaration
[JsonProperty("vendor")]
public TaskVendor Vendor { get; set; }
Property Value