Class AddMtEngineRequest
Inheritance
AddMtEngineRequest
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
|
Edit this page
View Source
EnableLanguageIds
Declaration
[JsonProperty("enableLanguageIds")]
public string[] EnableLanguageIds { get; set; }
Property Value
|
Edit this page
View Source
EnabledProjectIds
Declaration
[JsonProperty("enabledProjectIds")]
public long[] EnabledProjectIds { get; set; }
Property Value
|
Edit this page
View Source
GroupId
Declaration
[JsonProperty("groupId")]
public long? GroupId { get; set; }
Property Value
|
Edit this page
View Source
IsEnabled
Declaration
[JsonProperty("isEnabled")]
public bool IsEnabled { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public MtEngineType Type { get; set; }
Property Value