Class VendorTranslatedTaskCreateForm
Inheritance
VendorTranslatedTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class VendorTranslatedTaskCreateForm : 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("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("expertise")]
public VendorTranslatedTaskCreateForm.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("status")]
public TaskStatus? Status { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("subject")]
public VendorTranslatedTaskCreateForm.TaskSubject? Subject { 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 string Vendor { get; }
Property Value