Class TranslationImportResponse
Inheritance
TranslationImportResponse
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TranslationImportResponse
Properties
|
Edit this page
View Source
Attributes
Declaration
[JsonProperty("attributes")]
public TranslationImportAttributes Attributes { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTime CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
FinishedAt
Declaration
[JsonProperty("finishedAt")]
public DateTime? FinishedAt { get; set; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
|
Edit this page
View Source
Progress
Declaration
[JsonProperty("progress")]
public int Progress { get; set; }
Property Value
|
Edit this page
View Source
StartedAt
Declaration
[JsonProperty("startedAt")]
public DateTime StartedAt { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTime UpdatedAt { get; set; }
Property Value