GetAutoSnapshotsResult class

Constructors

GetAutoSnapshotsResult({List<AutoSnapshotDetails>? autoSnapshots, String? resourceName, ResourceType? resourceType})
GetAutoSnapshotsResult.fromJson(Map<String, dynamic> json)
factory

Properties

autoSnapshots List<AutoSnapshotDetails>?
An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
final
hashCode int
The hash code for this object.
no setterinherited
resourceName String?
The name of the source instance or disk for the automatic snapshots.
final
resourceType ResourceType?
The resource type (e.g., Instance or Disk).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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