View Source GoogleApi.NetworkServices.V1.Model.ListTlsRoutesResponse (google_api_network_services v0.10.1)
Response returned by the ListTlsRoutes method.
Attributes
-
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
. -
tlsRoutes
(type:list(GoogleApi.NetworkServices.V1.Model.TlsRoute.t)
, default:nil
) - List of TlsRoute resources.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.ListTlsRoutesResponse{ nextPageToken: String.t() | nil, tlsRoutes: [GoogleApi.NetworkServices.V1.Model.TlsRoute.t()] | nil }