Snapshot class

A Filestore snapshot.

Constructors

Snapshot({String? createTime, String? description, String? filesystemUsedBytes, Map<String, String>? labels, String? name, String? state})
Snapshot.fromJson(Map json_)

Properties

createTime String?
The time when the snapshot was created.
getter/setter pair
description String?
A description of the snapshot with 2048 characters or less.
getter/setter pair
filesystemUsedBytes String?
The amount of bytes needed to allocate a full copy of the snapshot content
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels to represent user provided metadata.
getter/setter pair
name String?
The resource name of the snapshot, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The snapshot state.
getter/setter pair

Methods

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

Operators

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