Class AddDistributionStringBasedRequest
Inherited Members
Namespace: Crowdin.Api.Distributions
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddDistributionStringBasedRequest
Properties
| Edit this page View SourceBundleIds
Declaration
[JsonProperty("bundleIds")]
public ICollection<long>? BundleIds { get; set; }
Property Value
Type | Description |
---|---|
ICollection<long> |
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |