View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalListCustomersResponse (google_api_sas_portal v0.17.0)

Response for ListCustomers.

Attributes

  • customers (type: list(GoogleApi.SASPortal.V1alpha1.Model.SasPortalCustomer.t), default: nil) - The list of customers that match the request.
  • nextPageToken (type: String.t, default: nil) - A pagination token returned from a previous call to ListCustomers that indicates from where listing should continue. If the field is missing or empty, it means there are no more customers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalListCustomersResponse{
  customers: [GoogleApi.SASPortal.V1alpha1.Model.SasPortalCustomer.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.