DocumentMetadata constructor
DocumentMetadata({
- DateTime? createdTimestamp,
- String? creatorId,
- String? id,
- List<
String> ? labels, - DocumentVersionMetadata? latestVersionMetadata,
- DateTime? modifiedTimestamp,
- String? parentFolderId,
- ResourceStateType? resourceState,
Implementation
DocumentMetadata({
this.createdTimestamp,
this.creatorId,
this.id,
this.labels,
this.latestVersionMetadata,
this.modifiedTimestamp,
this.parentFolderId,
this.resourceState,
});