Class WorkflowStep
Inheritance
System.Object
WorkflowStep
Assembly: Crowdin.Api.dll
Syntax
public class WorkflowStep : object
Properties
|
Improve this Doc
View Source
Config
Declaration
public object Config { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Languages
Declaration
public string[] Languages { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public WorkflowStepType Type { get; set; }
Property Value