Class CustomAiProviderCredentials
Inherited Members
Namespace: Crowdin.Api.AI
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class CustomAiProviderCredentials : AiProviderCredentials
Properties
| Edit this page View SourceIdentifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |