Class AddGroupRequest
Inheritance
System.Object
AddGroupRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddGroupRequest : object
Properties
|
Improve this Doc
View Source
Description
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentId
Declaration
public int? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|