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

Request message for BatchMigrateBasePlanPrices.

Attributes

  • requests (type: list(GoogleApi.AndroidPublisher.V3.Model.MigrateBasePlanPricesRequest.t), default: nil) - Required. Up to 100 price migration requests. All requests must update different base plans.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.