Class VendorGengoTaskCreateForm
Inheritance
VendorGengoTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class VendorGengoTaskCreateForm : AddTaskRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("branchIds")]
public ICollection<long>? BranchIds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("customerMessage")]
public string? CustomerMessage { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("dateFrom")]
public DateTimeOffset? DateFrom { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("dateTo")]
public DateTimeOffset? DateTo { 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("editService")]
public bool? EditService { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("expertise")]
public VendorGengoTaskCreateForm.TaskExpertise? Expertise { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("fileIds")]
public ICollection<long>? FileIds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("labelIds")]
public ICollection<long>? LabelIds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("purpose")]
public VendorGengoTaskCreateForm.TaskPurpose? Purpose { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("status")]
public TaskStatus? Status { 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("tone")]
public VendorGengoTaskCreateForm.TaskTone? Tone { 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("usePreferred")]
public bool? UsePreferred { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("vendor")]
public string Vendor { get; }
Property Value