GoogleCloudAiplatformV1IngestionDirectContentsSourceEvent constructor

GoogleCloudAiplatformV1IngestionDirectContentsSourceEvent({
  1. GoogleCloudAiplatformV1Content? content,
  2. String? eventId,
  3. String? eventTime,
})

Implementation

GoogleCloudAiplatformV1IngestionDirectContentsSourceEvent({
  this.content,
  this.eventId,
  this.eventTime,
});