View Source GoogleApi.FirebaseHosting.V1beta1.Model.UndeleteCustomDomainRequest (google_api_firebase_hosting v0.17.1)

The request sent to UndeleteCustomDomain.

Attributes

  • etag (type: String.t, default: nil) - A tag that represents the state of the CustomDomain as you know it. If present, the supplied tag must match the current value on your CustomDomain, or the request fails.
  • validateOnly (type: boolean(), default: nil) - If true, Hosting validates that it's possible to complete your request but doesn't actually delete the CustomDomain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.