Class AddAiProviderRequest
Inheritance
System.Object
AddAiProviderRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddAiProviderRequest : object
Properties
|
Improve this Doc
View Source
Configuration
Declaration
public AiProviderConfiguration Configuration { get; set; }
Property Value
|
Improve this Doc
View Source
Credentials
Declaration
public AiProviderCredentials Credentials { get; set; }
Property Value
|
Improve this Doc
View Source
IsEnabled
Declaration
public bool? IsEnabled { get; set; }
Property Value
Type |
Description |
System.Nullable<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 AiProviderType Type { get; set; }
Property Value
|
Improve this Doc
View Source
UseSystemCredentials
Declaration
public bool? UseSystemCredentials { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|