Class AddBundleRequest
Inheritance
System.Object
AddBundleRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddBundleRequest : object
Properties
|
Improve this Doc
View Source
ExcludeLabelIds
Declaration
public ICollection<int>? ExcludeLabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
ExportPattern
Declaration
public string ExportPattern { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IgnorePatterns
Declaration
public ICollection<string>? IgnorePatterns { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
|
Improve this Doc
View Source
IncludeProjectSourceLanguage
Declaration
public bool? IncludeProjectSourceLanguage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
IsMultilingual
Declaration
public bool? IsMultilingual { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LabelIds
Declaration
public ICollection<int>? LabelIds { 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 |
|
|
Improve this Doc
View Source
SourcePatterns
Declaration
public ICollection<string> SourcePatterns { get; set; }
Property Value
Type |
Description |
ICollection<System.String> |
|