GoogleApi.NetworkConnectivity.V1.Model.ListHubsResponse (google_api_network_connectivity v0.3.0) View Source
Response 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 next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.NetworkConnectivity.V1.Model.ListHubsResponse{ hubs: [GoogleApi.NetworkConnectivity.V1.Model.Hub.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.