Search Results for

    Show / Hide Table of Contents

    Class AddTmRequest

    Inheritance
    System.Object
    AddTmRequest
    Namespace: Crowdin.Api.TranslationMemory
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddTmRequest : object

    Properties

    | Improve this Doc View Source

    GroupId

    Declaration
    public int? GroupId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    LanguageId

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX