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

Response listing all in-app products.

Attributes

  • inappproduct (type: list(GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t), default: nil) - All in-app products.
  • kind (type: String.t, default: nil) - The kind of this response ("androidpublisher#inappproductsListResponse").
  • pageInfo (type: GoogleApi.AndroidPublisher.V3.Model.PageInfo.t, default: nil) - Deprecated and unset.
  • tokenPagination (type: GoogleApi.AndroidPublisher.V3.Model.TokenPagination.t, default: nil) - Pagination token, to handle a number of products that is over one page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.InappproductsListResponse{
  inappproduct: [GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t()] | nil,
  kind: String.t() | nil,
  pageInfo: GoogleApi.AndroidPublisher.V3.Model.PageInfo.t() | nil,
  tokenPagination: GoogleApi.AndroidPublisher.V3.Model.TokenPagination.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.