Class AddBranchRequest
Namespace: Crowdin.Api.Branches
Assembly: Crowdin.Api.dll
Syntax
public class AddBranchRequest : object
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string? Title { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |