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

Request message for CreateDraftAppRecovery.

Attributes

  • remoteInAppUpdate (type: GoogleApi.AndroidPublisher.V3.Model.RemoteInAppUpdate.t, default: nil) - Action type is remote in-app update. As a consequence of this action, a downloadable recovery module is also created for testing purposes.
  • targeting (type: GoogleApi.AndroidPublisher.V3.Model.Targeting.t, default: nil) - Specifies targeting criteria for the recovery action such as regions, android sdk versions, app versions etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.CreateDraftAppRecoveryRequest{
  remoteInAppUpdate:
    GoogleApi.AndroidPublisher.V3.Model.RemoteInAppUpdate.t() | nil,
  targeting: GoogleApi.AndroidPublisher.V3.Model.Targeting.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.