View Source GoogleApi.NetworkServices.V1.Model.ListMeshRouteViewsResponse (google_api_network_services v0.10.1)

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.

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
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.