View Source GoogleApi.NetworkServices.V1.Model.ListServiceBindingsResponse (google_api_network_services v0.3.1)

Response returned by the ListServiceBindings method.

Attributes

  • nextPageToken (type: String.t, default: nil) - If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.
  • serviceBindings (type: list(GoogleApi.NetworkServices.V1.Model.ServiceBinding.t), default: nil) - List of ServiceBinding resources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkServices.V1.Model.ListServiceBindingsResponse{
  nextPageToken: String.t() | nil,
  serviceBindings: [GoogleApi.NetworkServices.V1.Model.ServiceBinding.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.