Class AddBundleRequest
Inheritance
AddBundleRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddBundleRequest
Properties
|
Edit this page
View Source
ExcludeLabelIds
Declaration
[JsonProperty("excludeLabelIds")]
public ICollection<long>? ExcludeLabelIds { get; set; }
Property Value
|
Edit this page
View Source
ExportPattern
Declaration
[JsonProperty("exportPattern")]
public string ExportPattern { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
|
Edit this page
View Source
IgnorePatterns
Declaration
[JsonProperty("ignorePatterns")]
public ICollection<string>? IgnorePatterns { get; set; }
Property Value
|
Edit this page
View Source
IncludeInContextPseudoLanguage
Declaration
[JsonProperty("includeInContextPseudoLanguage")]
public bool? IncludeInContextPseudoLanguage { get; set; }
Property Value
|
Edit this page
View Source
IncludeProjectSourceLanguage
Declaration
[JsonProperty("includeProjectSourceLanguage")]
public bool? IncludeProjectSourceLanguage { get; set; }
Property Value
|
Edit this page
View Source
IsMultilingual
Declaration
[JsonProperty("isMultilingual")]
public bool? IsMultilingual { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public ICollection<long>? LabelIds { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
SourcePatterns
Declaration
[JsonProperty("sourcePatterns")]
public ICollection<string> SourcePatterns { get; set; }
Property Value