GoogleApi.WorkloadManager.V1.Model.APILayerServer (google_api_workload_manager v0.12.0)

View Source

The API layer server

Attributes

  • name (type: String.t, default: nil) - Output only. The api layer name
  • osVersion (type: String.t, default: nil) - Output only. OS information
  • resources (type: list(GoogleApi.WorkloadManager.V1.Model.CloudResource.t), default: nil) - Output only. resources in the component

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.APILayerServer{
  name: String.t() | nil,
  osVersion: String.t() | nil,
  resources: [GoogleApi.WorkloadManager.V1.Model.CloudResource.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.