google_api_big_query_reservation v0.6.0 GoogleApi.BigQueryReservation.V1.Model.Assignment View Source

A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.

Attributes

  • assignee (type: String.t, default: nil) - The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
  • jobType (type: String.t, default: nil) - Which type of jobs will use the reservation.
  • name (type: String.t, default: nil) - Output only. Name of the resource. E.g.: projects/myproject/locations/US/reservations/team1-prod/assignments/123.
  • state (type: String.t, default: nil) - Output only. State of the assignment.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BigQueryReservation.V1.Model.Assignment{
  assignee: String.t(),
  jobType: String.t(),
  name: String.t(),
  state: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.