Class AddDistributionRequest
Inheritance
AddDistributionRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddDistributionRequest
Properties
|
Edit this page
View Source
BundleIds
Declaration
[JsonProperty("bundleIds")]
public ICollection<long>? BundleIds { get; set; }
Property Value
|
Edit this page
View Source
ExportMode
Declaration
[JsonProperty("exportMode")]
public DistributionExportMode? ExportMode { get; set; }
Property Value
|
Edit this page
View Source
FileIds
Declaration
[JsonProperty("fileIds")]
public ICollection<long>? FileIds { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value