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

Request to delete an in-app product.

Attributes

  • 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) - Package name of the app.
  • sku (type: String.t, default: nil) - Unique identifier for the in-app product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.