Class WorkflowStep
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class WorkflowStep
Properties
|
Edit this page
View Source
Config
Declaration
[JsonProperty("config")]
public object Config { 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 string[] Languages { 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
Type
Declaration
[JsonProperty("type")]
public WorkflowStepType Type { get; set; }
Property Value