GoogleCloudAiplatformV1Citation constructor

GoogleCloudAiplatformV1Citation({
  1. int? endIndex,
  2. String? license,
  3. GoogleTypeDate? publicationDate,
  4. int? startIndex,
  5. String? title,
  6. String? uri,
})

Implementation

GoogleCloudAiplatformV1Citation({
  this.endIndex,
  this.license,
  this.publicationDate,
  this.startIndex,
  this.title,
  this.uri,
});