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

Information about the current page. List operations that supports paging return only one "page" of results. This protocol buffer message describes the page that has been returned.

Attributes

  • resultPerPage (type: integer(), default: nil) - Maximum number of results returned in one page. ! The number of results included in the API response.
  • startIndex (type: integer(), default: nil) - Index of the first result returned in the current page.
  • totalResults (type: integer(), default: nil) - Total number of results available on the backend ! The total number of results in the result set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.PageInfo{
  resultPerPage: integer() | nil,
  startIndex: integer() | nil,
  totalResults: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.