google_api_iap v0.4.0 GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse{
  identityAwareProxyClients: [
    GoogleApi.IAP.V1.Model.IdentityAwareProxyClient.t()
  ],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.