class Google::Apis::BigqueryreservationV1::MoveAssignmentRequest

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.

Attributes

destination_id[RW]

The new reservation ID, e.g.: `projects/myotherproject/locations/US/ reservations/team2-prod` Corresponds to the JSON property `destinationId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigqueryreservation_v1/classes.rb, line 303
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigqueryreservation_v1/classes.rb, line 308
def update!(**args)
  @destination_id = args[:destination_id] if args.key?(:destination_id)
end