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