GoogleApi.AndroidPublisher.V3.Model.ListUsersResponse (google_api_android_publisher v0.29.0) View Source

A response containing one or more users with access to an account.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to pass to subsequent calls in order to retrieve subsequent results. This will not be set if there are no more results to return.
  • users (type: list(GoogleApi.AndroidPublisher.V3.Model.User.t), default: nil) - The resulting users.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AndroidPublisher.V3.Model.ListUsersResponse{
  nextPageToken: String.t() | nil,
  users: [GoogleApi.AndroidPublisher.V3.Model.User.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.