Search Results for

    Show / Hide Table of Contents

    Class AddStringRequest

    Inheritance
    object
    AddStringRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AddStringRequest

    Properties

    | Edit this page View Source

    BranchId

    Declaration
    [JsonProperty("branchId")]
    public long? BranchId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Context

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

    FileId

    Declaration
    [JsonProperty("fileId")]
    public long? FileId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Identifier

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

    IsHidden

    Declaration
    [JsonProperty("isHidden")]
    public bool? IsHidden { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    LabelIds

    Declaration
    [JsonProperty("labelIds")]
    public ICollection<long>? LabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    MaxLength

    Declaration
    [JsonProperty("maxLength")]
    public int? MaxLength { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Text

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