View Source GoogleApi.PubSubLite.V1.Model.ReservationConfig (google_api_pub_sub_lite v0.9.0)

The settings for this topic's Reservation usage.

Attributes

  • throughputReservation (type: String.t, default: nil) - The Reservation to use for this topic's throughput capacity. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSubLite.V1.Model.ReservationConfig{
  throughputReservation: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.