Class AddDistributionRequest
Inheritance
System.Object
AddDistributionRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddDistributionRequest : object
Properties
|
Improve this Doc
View Source
BundleIds
Declaration
public ICollection<int>? BundleIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
ExportMode
Declaration
public DistributionExportMode? ExportMode { get; set; }
Property Value
|
Improve this Doc
View Source
FileIds
Declaration
public ICollection<int>? FileIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|