GoogleApi.NetworkConnectivity.V1.Model.ListServiceConnectionPoliciesResponse (google_api_network_connectivity v0.12.0)

View Source

Response for ListServiceConnectionPolicies.

Attributes

  • nextPageToken (type: String.t, default: nil) - The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
  • serviceConnectionPolicies (type: list(GoogleApi.NetworkConnectivity.V1.Model.ServiceConnectionPolicy.t), default: nil) - ServiceConnectionPolicies to be returned.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.NetworkConnectivity.V1.Model.ListServiceConnectionPoliciesResponse{
    nextPageToken: String.t() | nil,
    serviceConnectionPolicies:
      [GoogleApi.NetworkConnectivity.V1.Model.ServiceConnectionPolicy.t()] | nil,
    unreachable: [String.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.