Class GoogleGeminiAiProviderCredentials
Inheritance
System.Object
GoogleGeminiAiProviderCredentials
Assembly: Crowdin.Api.dll
Syntax
public class GoogleGeminiAiProviderCredentials : AiProviderCredentials
Properties
|
Improve this Doc
View Source
Project
Declaration
public string Project { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Region
Declaration
public string Region { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ServiceAccountKey
Declaration
public string ServiceAccountKey { get; set; }
Property Value
Type |
Description |
System.String |
|