DocumentMetadata constructor

DocumentMetadata({
  1. DateTime? createdTimestamp,
  2. String? creatorId,
  3. String? id,
  4. List<String>? labels,
  5. DocumentVersionMetadata? latestVersionMetadata,
  6. DateTime? modifiedTimestamp,
  7. String? parentFolderId,
  8. ResourceStateType? resourceState,
})

Implementation

DocumentMetadata({
  this.createdTimestamp,
  this.creatorId,
  this.id,
  this.labels,
  this.latestVersionMetadata,
  this.modifiedTimestamp,
  this.parentFolderId,
  this.resourceState,
});