GoogleCloudAiplatformV1MemoryMetadataValue constructor

GoogleCloudAiplatformV1MemoryMetadataValue({
  1. bool? boolValue,
  2. double? doubleValue,
  3. String? stringValue,
  4. String? timestampValue,
})

Implementation

GoogleCloudAiplatformV1MemoryMetadataValue({
  this.boolValue,
  this.doubleValue,
  this.stringValue,
  this.timestampValue,
});