ResourceMetadata class

Describes the metadata of a resource.

Constructors

ResourceMetadata({String? id, String? name, String? originalName, UserMetadata? owner, String? parentId, ResourceType? type, String? versionId})
ResourceMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the resource.
final
name String?
The name of the resource.
final
originalName String?
The original name of the resource before a rename operation.
final
owner UserMetadata?
The owner of the resource.
final
parentId String?
The parent ID of the resource before a rename operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ResourceType?
The type of resource.
final
versionId String?
The version ID of the resource. This is an optional field and is filled for action on document version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited