GoogleCloudAiplatformV1BoolArray constructor

GoogleCloudAiplatformV1BoolArray({
  1. List<bool>? values,
})

Implementation

GoogleCloudAiplatformV1BoolArray({
  this.values,
});