MoveAssignmentRequest class
The request for ReservationService.MoveAssignment.
Note: "bigquery.reservationAssignments.create" permission is required on the destination_id. Note: "bigquery.reservationAssignments.create" and "bigquery.reservationAssignments.delete" permission are required on the related assignee.
Constructors
- MoveAssignmentRequest({String? assignmentId, String? destinationId})
- MoveAssignmentRequest.fromJson(Map json_)
Properties
- assignmentId ↔ String?
-
The optional assignment ID.
getter/setter pair
- destinationId ↔ String?
-
The new reservation ID, e.g.:
projects/myotherproject/locations/US/reservations/team2-prod
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
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