GoogleCloudAiplatformV1StructValue constructor

GoogleCloudAiplatformV1StructValue({
  1. List<GoogleCloudAiplatformV1StructFieldValue>? values,
})

Implementation

GoogleCloudAiplatformV1StructValue({
  this.values,
});