Class TaskCreateForm
Inheritance
TaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class TaskCreateForm : 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("excludeLabelIds")]
public ICollection<long>? ExcludeLabelIds { 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")]
[Obsolete("This property is deprecated, please avoid using it")]
public bool? SkipUntranslatedStrings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("splitFiles")]
[Obsolete("Use splitContent instead")]
public bool? SplitFiles { 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("stringIds")]
public ICollection<long>? StringIds { 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