View Source GoogleApi.Firebase.V1beta1.Model.UndeleteIosAppRequest (google_api_firebase v0.12.0)

Attributes

  • etag (type: String.t, default: nil) - Checksum provided in the IosApp resource. If provided, this checksum ensures that the client has an up-to-date value before proceeding.
  • validateOnly (type: boolean(), default: nil) - If set to true, the request is only validated. The App will not be undeleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firebase.V1beta1.Model.UndeleteIosAppRequest{
  etag: String.t() | nil,
  validateOnly: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.