Class AddFieldRequest
Inheritance
AddFieldRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddFieldRequest
Properties
|
Edit this page
View Source
Config
Declaration
[JsonProperty("config")]
public FieldConfig Config { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Entities
Declaration
[JsonProperty("entities")]
public FieldEntity[] Entities { 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
Slug
Declaration
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public FieldType Type { get; set; }
Property Value