$WorkstationRequest class
Used by:
- workstations:v1 : StartWorkstationRequest
- workstations:v1 : StopWorkstationRequest
Constructors
- $WorkstationRequest({String? etag, bool? validateOnly})
- $WorkstationRequest.fromJson(Map json_)
Properties
- etag ↔ String?
-
If set, the request will be rejected if the latest version of the
workstation on the server does not have this ETag.
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
- validateOnly ↔ bool?
-
If set, validate the request and preview the review, but do not actually
apply it.
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