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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.