Class WorkflowTemplate
Inheritance
System.Object
WorkflowTemplate
Assembly: Crowdin.Api.dll
Syntax
public class WorkflowTemplate : object
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GroupId
Declaration
public int GroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|