Class VendorManualTaskCreateForm
Inheritance
VendorManualTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class VendorManualTaskCreateForm : 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("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("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("fileIds")]
public ICollection<long>? FileIds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("includePreTranslatedStringsOnly")]
public bool? IncludePreTranslatedStringsOnly { 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("skipAssignedStrings")]
public bool? SkipAssignedStrings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("skipUntranslatedStrings")]
public bool? SkipUntranslatedStrings { 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("type")]
public TaskType Type { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("vendor")]
public TaskVendor Vendor { get; set; }
Property Value