View Source GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse (google_api_iap v0.18.0)

Response message for ListIdentityAwareProxyClients.

Attributes

  • identityAwareProxyClients (type: list(GoogleApi.IAP.V1.Model.IdentityAwareProxyClient.t), default: nil) - Clients existing in the brand.
  • nextPageToken (type: String.t, default: nil) - A token, which can be send 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

@type t() :: %GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse{
  identityAwareProxyClients:
    [GoogleApi.IAP.V1.Model.IdentityAwareProxyClient.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.