Class WorkflowTemplateStepConfig.ConfigVendor
Inheritance
WorkflowTemplateStepConfig.ConfigVendor
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class WorkflowTemplateStepConfig.ConfigVendor : WorkflowTemplateStepConfig
Properties
|
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
|
Edit this page
View Source
VendorId
Declaration
[JsonProperty("vendorId")]
public long? VendorId { get; set; }
Property Value