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

Request to update or insert one or more in-app products.

Attributes

  • requests (type: list(GoogleApi.AndroidPublisher.V3.Model.InappproductsUpdateRequest.t), default: nil) - Required. Individual update requests. At least one request is required. Can contain up to 100 requests. All requests must correspond to different in-app products.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.InappproductsBatchUpdateRequest{
  requests:
    [GoogleApi.AndroidPublisher.V3.Model.InappproductsUpdateRequest.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.