Class GoogleGeminiAiProviderCredentials
Inheritance
GoogleGeminiAiProviderCredentials
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GoogleGeminiAiProviderCredentials : AiProviderCredentials
Properties
|
Edit this page
View Source
Project
Declaration
[JsonProperty("project")]
public string Project { get; set; }
Property Value
|
Edit this page
View Source
Region
Declaration
[JsonProperty("region")]
public string Region { get; set; }
Property Value
|
Edit this page
View Source
ServiceAccountKey
Declaration
[JsonProperty("serviceAccountKey")]
public string ServiceAccountKey { get; set; }
Property Value