Class WorkflowTemplateStepConfig.MtPreTranslate
Inheritance
WorkflowTemplateStepConfig.MtPreTranslate
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class WorkflowTemplateStepConfig.MtPreTranslate : WorkflowTemplateStepConfig
Properties
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long? Id { get; set; }
Property Value
|
Edit this page
View Source
Languages
Declaration
[JsonProperty("languages")]
public List<string>? Languages { get; set; }
Property Value
|
Edit this page
View Source
MtId
Declaration
[JsonProperty("mtId")]
public long? MtId { get; set; }
Property Value