GoogleApi.NetworkConnectivity.V1.Model.ListHubsResponse (google_api_network_connectivity v0.12.0)
View SourceResponse for HubService.ListHubs method.
Attributes
-
hubs
(type:list(GoogleApi.NetworkConnectivity.V1.Model.Hub.t)
, default:nil
) - The requested hubs. -
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. -
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
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.ListHubsResponse{ hubs: [GoogleApi.NetworkConnectivity.V1.Model.Hub.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }