GoogleCloudAiplatformV1Content constructor

GoogleCloudAiplatformV1Content({
  1. List<GoogleCloudAiplatformV1Part>? parts,
  2. String? role,
})

Implementation

GoogleCloudAiplatformV1Content({
  this.parts,
  this.role,
});