Class EnterpriseTaskCreateForm
Inheritance
EnterpriseTaskCreateForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class EnterpriseTaskCreateForm : 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("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("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("splitFiles")]
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("title")]
public string Title { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("workflowStepId")]
public long WorkflowStepId { get; set; }
Property Value