View Source GoogleApi.Compute.V1.Model.InstanceConsumptionData (google_api_compute v0.56.2)

Attributes

  • consumptionInfo (type: GoogleApi.Compute.V1.Model.InstanceConsumptionInfo.t, default: nil) - Resources consumed by the instance.
  • instance (type: String.t, default: nil) - Server-defined URL for the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceConsumptionData{
  consumptionInfo: GoogleApi.Compute.V1.Model.InstanceConsumptionInfo.t() | nil,
  instance: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.