Class AddMtEngineRequest
Inheritance
System.Object
AddMtEngineRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddMtEngineRequest : object
Properties
|
Improve this Doc
View Source
Credentials
Declaration
public IMtCredentialsForm Credentials { get; set; }
Property Value
|
Improve this Doc
View Source
EnabledProjectIds
Declaration
public int[] EnabledProjectIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
EnableLanguageIds
Declaration
public string[] EnableLanguageIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
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
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public MtEngineType Type { get; set; }
Property Value