GoogleCloudAiplatformV1SecretEnvVar constructor

GoogleCloudAiplatformV1SecretEnvVar({
  1. String? name,
  2. GoogleCloudAiplatformV1SecretRef? secretRef,
})

Implementation

GoogleCloudAiplatformV1SecretEnvVar({
  this.name,
  this.secretRef,
});