Class AddBranchRequest
Inheritance
AddBranchRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
[Obsolete("This API is deprecated, see Crowdin.Api.Branches namespace")]
public class AddBranchRequest : AddBranchRequest
Properties
|
Edit this page
View Source
ExportPattern
Declaration
[JsonProperty("exportPattern")]
public string? ExportPattern { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
[JsonProperty("priority")]
public Priority? Priority { get; set; }
Property Value