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