Search Results for

    Show / Hide Table of Contents

    Class AddMtEngineRequest

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

    Properties

    | Edit this page View Source

    Credentials

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

    EnableLanguageIds

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

    EnabledProjectIds

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

    GroupId

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

    IsEnabled

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

    Name

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

    Type

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