GoogleCloudAiplatformV1AuthConfigApiKeyConfig constructor

GoogleCloudAiplatformV1AuthConfigApiKeyConfig({
  1. String? apiKeySecret,
  2. String? apiKeyString,
  3. String? httpElementLocation,
  4. String? name,
})

Implementation

GoogleCloudAiplatformV1AuthConfigApiKeyConfig({
  this.apiKeySecret,
  this.apiKeyString,
  this.httpElementLocation,
  this.name,
});