Class TaskResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TaskResource
Properties
|
Edit this page
View Source
ActualCost
Declaration
[JsonProperty("actualCost")]
public TaskCost? ActualCost { get; set; }
Property Value
|
Edit this page
View Source
AssignedTeams
Declaration
[JsonProperty("assignedTeams")]
public TaskAssignedTeam[] AssignedTeams { get; set; }
Property Value
|
Edit this page
View Source
Assignees
Declaration
[JsonProperty("assignees")]
public TaskAssignee[] Assignees { get; set; }
Property Value
|
Edit this page
View Source
BatchId
Declaration
[JsonProperty("batchId")]
public long BatchId { get; set; }
Property Value
|
Edit this page
View Source
BuyUrl
Declaration
[JsonProperty("buyUrl")]
public string BuyUrl { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("commentsCount")]
public int CommentsCount { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
CreatorId
Declaration
[JsonProperty("creatorId")]
public long CreatorId { get; set; }
Property Value
|
Edit this page
View Source
DeadLine
Declaration
[JsonProperty("deadline")]
public DateTimeOffset DeadLine { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
EstimatedCost
Declaration
[JsonProperty("estimatedCost")]
public TaskCost? EstimatedCost { get; set; }
Property Value
|
Edit this page
View Source
ExcludeLabelIds
Declaration
[JsonProperty("excludeLabelIds")]
public long[] ExcludeLabelIds { get; set; }
Property Value
|
Edit this page
View Source
ExcludeLabelMatchRule
Declaration
[JsonProperty("excludeLabelMatchRule")]
public LabelMatchRule? ExcludeLabelMatchRule { get; set; }
Property Value
|
Edit this page
View Source
FileIds
Declaration
[JsonProperty("fileIds")]
public long[] FileIds { get; set; }
Property Value
|
Edit this page
View Source
FilesCount
Declaration
[JsonProperty("filesCount")]
public int FilesCount { get; set; }
Property Value
|
Edit this page
View Source
Hash
Declaration
[JsonProperty("hash")]
public string? Hash { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
IsArchived
Declaration
[JsonProperty("isArchived")]
public bool? IsArchived { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public long[] LabelIds { get; set; }
Property Value
|
Edit this page
View Source
LabelMatchRule
Declaration
[JsonProperty("labelMatchRule")]
public LabelMatchRule? LabelMatchRule { get; set; }
Property Value
|
Edit this page
View Source
PrecedingTaskId
Declaration
[JsonProperty("precedingTaskId")]
public long PrecedingTaskId { get; set; }
Property Value
|
Edit this page
View Source
Progress
Declaration
[JsonProperty("progress")]
public TaskProgress Progress { get; set; }
Property Value
|
Edit this page
View Source
ProjectId
Declaration
[JsonProperty("projectId")]
public long ProjectId { get; set; }
Property Value
|
Edit this page
View Source
ResolvedAt
Declaration
[JsonProperty("resolvedAt")]
public DateTimeOffset ResolvedAt { get; set; }
Property Value
|
Edit this page
View Source
SourceLanguage
Declaration
[JsonProperty("sourceLanguage")]
public Language SourceLanguage { get; set; }
Property Value
|
Edit this page
View Source
SourceLanguageId
Declaration
[JsonProperty("sourceLanguageId")]
public string SourceLanguageId { get; set; }
Property Value
|
Edit this page
View Source
StartedAt
Declaration
[JsonProperty("startedAt")]
public DateTimeOffset StartedAt { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public TaskStatus Status { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageId
Declaration
[JsonProperty("targetLanguageId")]
public string TargetLanguageId { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguages
Declaration
[JsonProperty("targetLanguages")]
public Language[] TargetLanguages { get; set; }
Property Value
|
Edit this page
View Source
TimeRange
Declaration
[JsonProperty("timeRange")]
public string TimeRange { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
|
Edit this page
View Source
TranslateProgress
Declaration
[JsonProperty("translateProgress")]
[Obsolete("This property is deprecated, please avoid using it")]
public TaskProgress TranslateProgress { get; set; }
Property Value
|
Edit this page
View Source
TranslationUrl
Declaration
[JsonProperty("translationUrl")]
public string TranslationUrl { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public int Type { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
Vendor
Declaration
[JsonProperty("vendor")]
public string Vendor { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value
|
Edit this page
View Source
WordsCount
Declaration
[JsonProperty("wordsCount")]
public int WordsCount { get; set; }
Property Value
|
Edit this page
View Source
WorkFlowStepId
Declaration
[JsonProperty("workflowStepId")]
public long WorkFlowStepId { get; set; }
Property Value