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

Request message for ActivateBasePlan.

Attributes

  • basePlanId (type: String.t, default: nil) - Required. The unique base plan ID of the base plan to activate.
  • latencyTolerance (type: String.t, default: nil) - Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
  • packageName (type: String.t, default: nil) - Required. The parent app (package name) of the base plan to activate.
  • productId (type: String.t, default: nil) - Required. The parent subscription (ID) of the base plan to activate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ActivateBasePlanRequest{
  basePlanId: String.t() | nil,
  latencyTolerance: String.t() | nil,
  packageName: String.t() | nil,
  productId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.