Datastore constructor

Datastore({
  1. String? arn,
  2. DateTime? creationTime,
  3. FileFormatConfiguration? fileFormatConfiguration,
  4. DateTime? lastMessageArrivalTime,
  5. DateTime? lastUpdateTime,
  6. String? name,
  7. RetentionPeriod? retentionPeriod,
  8. DatastoreStatus? status,
  9. DatastoreStorage? storage,
})

Implementation

Datastore({
  this.arn,
  this.creationTime,
  this.fileFormatConfiguration,
  this.lastMessageArrivalTime,
  this.lastUpdateTime,
  this.name,
  this.retentionPeriod,
  this.status,
  this.storage,
});