GoogleApi.NetworkServices.V1.Model.ListHttpRoutesResponse (google_api_network_services v0.11.0)
View SourceResponse returned by the ListHttpRoutes method.
Attributes
-
httpRoutes
(type:list(GoogleApi.NetworkServices.V1.Model.HttpRoute.t)
, default:nil
) - List of HttpRoute resources. -
nextPageToken
(type:String.t
, default:nil
) - If there might be more results than those appearing in this response, thennext_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources. Populated when the request opts into return_partial_success and reading across collections e.g. when attempting to list all resources across all supported locations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.ListHttpRoutesResponse{ httpRoutes: [GoogleApi.NetworkServices.V1.Model.HttpRoute.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }