View Source GoogleApi.GKEOnPrem.V1.Model.Version (google_api_gke_on_prem v0.6.0)

Version describes the number of nodes at a given version under a resource.

Attributes

  • count (type: String.t, default: nil) - Number of machines under the above version.
  • version (type: String.t, default: nil) - Resource version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.Version{
  count: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.