View Source GoogleApi.BigQueryReservation.V1.Model.MoveAssignmentRequest (google_api_big_query_reservation v0.20.2)

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

  • assignmentId (type: String.t, default: nil) - The optional assignment ID. A new assignment name is generated if this field is empty. This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
  • destinationId (type: String.t, default: nil) - The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQueryReservation.V1.Model.MoveAssignmentRequest{
  assignmentId: String.t() | nil,
  destinationId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.