Class AiFileTranslationsStatus.AttributesObject.ErrorObject
Inheritance
AiFileTranslationsStatus.AttributesObject.ErrorObject
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiFileTranslationsStatus.AttributesObject.ErrorObject
Properties
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Stage
Declaration
[JsonProperty("stage")]
public AiFileTranslationsStage Stage { get; set; }
Property Value