Class ProjectBuild.BuildAttributes
Inheritance
ProjectBuild.BuildAttributes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProjectBuild.BuildAttributes : ProjectBuild.AttributesBase
Properties
|
Edit this page
View Source
BranchId
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
DirectoryId
Declaration
[JsonProperty("directoryId")]
public long? DirectoryId { get; set; }
Property Value
|
Edit this page
View Source
ExportApprovedOnly
Declaration
[JsonProperty("exportApprovedOnly")]
public bool? ExportApprovedOnly { get; set; }
Property Value
|
Edit this page
View Source
ExportWithMinApprovalsCount
Declaration
[JsonProperty("exportWithMinApprovalsCount")]
public int? ExportWithMinApprovalsCount { get; set; }
Property Value
|
Edit this page
View Source
SkipUntranslatedFiles
Declaration
[JsonProperty("skipUntranslatedFiles")]
public bool SkipUntranslatedFiles { get; set; }
Property Value
|
Edit this page
View Source
SkipUntranslatedStrings
Declaration
[JsonProperty("skipUntranslatedStrings")]
public bool SkipUntranslatedStrings { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageIds
Declaration
[JsonProperty("targetLanguageIds")]
public string[] TargetLanguageIds { get; set; }
Property Value