AutoSnapshotDetails class

Describes an automatic snapshot.

Constructors

AutoSnapshotDetails({DateTime? createdAt, String? date, List<AttachedDisk>? fromAttachedDisks, AutoSnapshotStatus? status})
AutoSnapshotDetails.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
The timestamp when the automatic snapshot was created.
final
date String?
The date of the automatic snapshot in YYYY-MM-DD format.
final
fromAttachedDisks List<AttachedDisk>?
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AutoSnapshotStatus?
The status of the automatic snapshot.
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