ImageRawDisk class

The parameters of the raw disk image.

Constructors

ImageRawDisk({String? containerType, String? sha1Checksum, String? source})
ImageRawDisk.fromJson(Map json_)

Properties

containerType String?
The format used to encode and transmit the block device, which should be TAR.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1Checksum String?
This field is deprecated.
getter/setter pair
source String?
The full Google Cloud Storage URL where the raw disk image archive is stored.
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