Class AddBranchRequest
Inherited Members
Namespace: Crowdin.Api.Branches
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddBranchRequest
Properties
| Edit this page View SourceName
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Declaration
[JsonProperty("title")]
public string? Title { get; set; }
Property Value
Type | Description |
---|---|
string |