Search Results for

    Show / Hide Table of Contents

    Class StringUploadResponseModel.AttributesData

    Inheritance
    object
    StringUploadResponseModel.AttributesData
    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 StringUploadResponseModel.AttributesData

    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

    CleanupMode

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

    FileType

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

    ImportOptions

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

    LabelIds

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

    ParserVersion

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

    StorageId

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

    UpdateOption

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

    UpdateStrings

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