GoogleCloudAiplatformV1GroundingAttributionWeb constructor

GoogleCloudAiplatformV1GroundingAttributionWeb({
  1. String? title,
  2. String? uri,
})

Implementation

GoogleCloudAiplatformV1GroundingAttributionWeb({
  this.title,
  this.uri,
});