Class MtEngine
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class MtEngine
Properties
|
Edit this page
View Source
Credentials
Declaration
[JsonProperty("credentials")]
public IDictionary<string, object> Credentials { get; set; }
Property Value
|
Edit this page
View Source
EnabledLanguageIds
Declaration
[JsonProperty("enabledLanguageIds")]
public string[] EnabledLanguageIds { 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
Id
Declaration
[JsonProperty("id")]
public long Id { 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
ProjectIds
Declaration
[JsonProperty("projectIds")]
public long[] ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
SupportedLanguageIds
Declaration
[JsonProperty("supportedLanguageIds")]
public string[] SupportedLanguageIds { get; set; }
Property Value
|
Edit this page
View Source
SupportedLanguagePairs
Declaration
[JsonProperty("supportedLanguagePairs")]
public IDictionary<string, string[]> SupportedLanguagePairs { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value