GoogleCloudAiplatformV1SandboxEnvironmentSnapshot class

SandboxEnvironmentSnapshot is a snapshot of the SandboxEnvironment.

Constructors

GoogleCloudAiplatformV1SandboxEnvironmentSnapshot({String? createTime, String? displayName, String? expireTime, String? name, String? owner, String? parentSnapshot, String? postSnapshotAction, String? sizeBytes, String? sourceSandboxEnvironment, String? ttl, String? updateTime})
GoogleCloudAiplatformV1SandboxEnvironmentSnapshot.fromJson(Map json_)

Properties

createTime String?
The timestamp when this SandboxEnvironmentSnapshot was created.
getter/setter pair
displayName String?
The display name of the SandboxEnvironmentSnapshot.
getter/setter pair
expireTime String?
Timestamp in UTC of when this SandboxEnvironmentSnapshot is considered expired.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
owner String?
Owner information for this sandbox snapshot.
getter/setter pair
parentSnapshot String?
The resource name of the parent SandboxEnvironmentSnapshot.
getter/setter pair
postSnapshotAction String?
Input only.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes String?
Size of the snapshot data in bytes.
getter/setter pair
sourceSandboxEnvironment String?
The resource name of the source SandboxEnvironment this snapshot was taken from.
getter/setter pair
ttl String?
Input only.
getter/setter pair
updateTime String?
The timestamp when this SandboxEnvironment was most recently updated.
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