FreeInstanceMetadata class
Free instance specific metadata that is kept even after an instance has been upgraded for tracking purposes.
Constructors
- FreeInstanceMetadata({String? expireBehavior, String? expireTime, String? upgradeTime})
- FreeInstanceMetadata.fromJson(Map json_)
Properties
- expireBehavior ↔ String?
-
Specifies the expiration behavior of a free instance.
getter/setter pair
- expireTime ↔ String?
-
Timestamp after which the instance will either be upgraded or scheduled
for deletion after a grace period.
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
- upgradeTime ↔ String?
-
If present, the timestamp at which the free instance was upgraded to a
provisioned instance.
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