GoogleCloudAiplatformV1ServiceAccountSpec constructor

GoogleCloudAiplatformV1ServiceAccountSpec({
  1. bool? enableCustomServiceAccount,
  2. String? serviceAccount,
})

Implementation

GoogleCloudAiplatformV1ServiceAccountSpec({
  this.enableCustomServiceAccount,
  this.serviceAccount,
});