GoogleApi.NetworkManagement.V1beta1.Model.ListConnectivityTestsResponse (google_api_network_management v0.39.0)

View Source

Response for the ListConnectivityTests method.

Attributes

  • nextPageToken (type: String.t, default: nil) - Page token to fetch the next set of Connectivity Tests.
  • resources (type: list(GoogleApi.NetworkManagement.V1beta1.Model.ConnectivityTest.t), default: nil) - List of Connectivity Tests.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached (when querying all locations with -).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.ListConnectivityTestsResponse{
  nextPageToken: String.t() | nil,
  resources:
    [GoogleApi.NetworkManagement.V1beta1.Model.ConnectivityTest.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.