Class AddGroupRequest
Inheritance
AddGroupRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddGroupRequest
Properties
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
ParentId
Declaration
[JsonProperty("parentId")]
public long? ParentId { get; set; }
Property Value