GoogleApi.NetworkConnectivity.V1.Model.ListSpokesResponse (google_api_network_connectivity v0.3.0) View Source
The response for HubService.ListSpokes.
Attributes
-
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. -
spokes(type:list(GoogleApi.NetworkConnectivity.V1.Model.Spoke.t), default:nil) - The requested spokes. -
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.ListSpokesResponse{
nextPageToken: String.t() | nil,
spokes: [GoogleApi.NetworkConnectivity.V1.Model.Spoke.t()] | nil,
unreachable: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.