GoogleApi.BigQuery.V2.Model.JobStatistics2ReservationUsage (google_api_big_query v0.88.0)

View Source

Job resource usage breakdown by reservation.

Attributes

  • name (type: String.t, default: nil) - Reservation name or "unreserved" for on-demand resource usage and multi-statement queries.
  • slotMs (type: String.t, default: nil) - Total slot milliseconds used by the reservation for a particular job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.JobStatistics2ReservationUsage{
  name: String.t() | nil,
  slotMs: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.