GoogleApi.NetworkServices.V1.Model.ListGatewayRouteViewsResponse (google_api_network_services v0.11.0)
View SourceResponse returned by the ListGatewayRouteViews method.
Attributes
-
gatewayRouteViews
(type:list(GoogleApi.NetworkServices.V1.Model.GatewayRouteView.t)
, default:nil
) - List of GatewayRouteView resources. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.ListGatewayRouteViewsResponse{ gatewayRouteViews: [GoogleApi.NetworkServices.V1.Model.GatewayRouteView.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }