Class WorkflowTemplateStepConfig.ConfigVendor
Inheritance
System.Object
WorkflowTemplateStepConfig.ConfigVendor
Assembly: Crowdin.Api.dll
Syntax
public class ConfigVendor : WorkflowTemplateStepConfig
Properties
|
Improve this Doc
View Source
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Languages
Declaration
public List<string>? Languages { get; set; }
Property Value
Type |
Description |
System.Nullable<List<System.String>> |
|
|
Improve this Doc
View Source
VendorId
Declaration
public int? VendorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|