Class WorkflowTemplate
Inheritance
WorkflowTemplate
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class WorkflowTemplate
Properties
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
GroupId
Declaration
[JsonProperty("groupId")]
public long GroupId { 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
IsDefault
Declaration
[JsonProperty("isDefault")]
public bool IsDefault { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value