$Response class

Used by:

  • notebooks:v1 : IsInstanceUpgradeableResponse
  • notebooks:v2 : CheckInstanceUpgradabilityResponse

Constructors

$Response({String? upgradeImage, String? upgradeInfo, String? upgradeVersion, bool? upgradeable})
$Response.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upgradeable bool?
If an instance is upgradeable.
getter/setter pair
upgradeImage String?
The new image self link this instance will be upgraded to if calling the upgrade endpoint.
getter/setter pair
upgradeInfo String?
Additional information about upgrade.
getter/setter pair
upgradeVersion String?
The version this instance will be upgraded to if calling the upgrade endpoint.
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