GoogleApi.VMwareEngine.V1.Model.ListVmwareEngineNetworksResponse (google_api_v_mware_engine v0.5.0)

View Source

Response message for VmwareEngine.ListVmwareEngineNetworks

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • unreachable (type: list(String.t), default: nil) - Unreachable resources.
  • vmwareEngineNetworks (type: list(GoogleApi.VMwareEngine.V1.Model.VmwareEngineNetwork.t), default: nil) - A list of VMware Engine networks.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.ListVmwareEngineNetworksResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  vmwareEngineNetworks:
    [GoogleApi.VMwareEngine.V1.Model.VmwareEngineNetwork.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.