GoogleCloudAiplatformV1StringArray constructor

GoogleCloudAiplatformV1StringArray({
  1. List<String>? values,
})

Implementation

GoogleCloudAiplatformV1StringArray({
  this.values,
});