GoogleApi.NetworkServices.V1.Model.ListMeshRouteViewsResponse (google_api_network_services v0.11.0)

View Source

Response returned by the ListMeshRouteViews method.

Attributes

  • meshRouteViews (type: list(GoogleApi.NetworkServices.V1.Model.MeshRouteView.t), default: nil) - List of MeshRouteView resources.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_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

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.ListMeshRouteViewsResponse{
  meshRouteViews: [GoogleApi.NetworkServices.V1.Model.MeshRouteView.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.