Class WorkflowTemplateStepConfig.TranslateProofread
Inheritance
WorkflowTemplateStepConfig.TranslateProofread
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class WorkflowTemplateStepConfig.TranslateProofread : WorkflowTemplateStepConfig
Properties
|
Edit this page
View Source
Assignees
Declaration
[JsonProperty("assignees")]
public List<string>? Assignees { 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
Languages
Declaration
[JsonProperty("languages")]
public List<string>? Languages { get; set; }
Property Value