Class Bundle
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Bundle
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
ExcludeLabelIds
Declaration
[JsonProperty("excludeLabelIds")]
public 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
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
IgnorePatterns
Declaration
[JsonProperty("ignorePatterns")]
public string[] IgnorePatterns { 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 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 string[] SourcePatterns { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value