GoogleApi.NetworkConnectivity.V1.Model.ListHubSpokesResponse (google_api_network_connectivity v0.12.0)

View Source

The response for HubService.ListHubSpokes.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.
  • spokes (type: list(GoogleApi.NetworkConnectivity.V1.Model.Spoke.t), default: nil) - The requested spokes. The spoke fields can be partially populated based on the view field in the request message.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.ListHubSpokesResponse{
  nextPageToken: String.t() | nil,
  spokes: [GoogleApi.NetworkConnectivity.V1.Model.Spoke.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.