PreviewFeature class
Represents a single Google Compute Engine preview feature.
Constructors
- PreviewFeature({String? activationStatus, String? creationTimestamp, String? description, String? id, String? kind, String? name, PreviewFeatureRolloutOperation? rolloutOperation, String? selfLink, PreviewFeatureStatus? status})
- PreviewFeature.fromJson(Map json_)
Properties
- activationStatus ↔ String?
-
Specifies whether the feature is enabled or disabled.
Possible string values are:
getter/setter pair
- creationTimestamp ↔ String?
-
Creation timestamp inRFC3339
text format.
getter/setter pair
- description ↔ String?
-
Description of the feature.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier for the resource.
getter/setter pair
- kind ↔ String?
-
The type of the feature.
getter/setter pair
- name ↔ String?
-
Name of the feature.
getter/setter pair
- rolloutOperation ↔ PreviewFeatureRolloutOperation?
-
Rollout operation of the feature.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- status ↔ PreviewFeatureStatus?
-
Status of the feature.
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