Search Results for

    Show / Hide Table of Contents

    Class AddFieldRequest

    Inheritance
    object
    AddFieldRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Fields
    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
    Type Description
    FieldConfig
    | Edit this page View Source

    Description

    Declaration
    [JsonProperty("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Entities

    Declaration
    [JsonProperty("entities")]
    public FieldEntity[] Entities { get; set; }
    Property Value
    Type Description
    FieldEntity[]
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Slug

    Declaration
    [JsonProperty("slug")]
    public string Slug { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public FieldType Type { get; set; }
    Property Value
    Type Description
    FieldType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX