GoogleCloudAiplatformV1EnvVar constructor

GoogleCloudAiplatformV1EnvVar({
  1. String? name,
  2. String? value,
})

Implementation

GoogleCloudAiplatformV1EnvVar({
  this.name,
  this.value,
});