Class AmazonTranslateCredentials
Implements
Inherited Members
Namespace: Crowdin.Api.MachineTranslationEngines
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AmazonTranslateCredentials : IMtCredentialsForm
Properties
| Edit this page View SourceAccessKey
Declaration
[JsonProperty("accessKey")]
public string AccessKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretKey
Declaration
[JsonProperty("secretKey")]
public string SecretKey { get; set; }
Property Value
Type | Description |
---|---|
string |