Class LanguageServicePendingTaskCreateForm
Inheritance
LanguageServicePendingTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class LanguageServicePendingTaskCreateForm : AddTaskRequest
Properties
|
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