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

View Source

Message for response to listing AuthzExtension resources.

Attributes

  • authzExtensions (type: list(GoogleApi.NetworkServices.V1.Model.AuthzExtension.t), default: nil) - The list of AuthzExtension resources.
  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results that the server returns.
  • 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.NetworkServices.V1.Model.ListAuthzExtensionsResponse{
  authzExtensions:
    [GoogleApi.NetworkServices.V1.Model.AuthzExtension.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.