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

Request message for BatchUpdateSubscriptionOffers.

Attributes

  • requests (type: list(GoogleApi.AndroidPublisher.V3.Model.UpdateSubscriptionOfferRequest.t), default: nil) - Required. A list of update requests of up to 100 elements. All requests must update different subscription offers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.