google_api_firebase_hosting v0.2.0 GoogleApi.FirebaseHosting.V1beta1.Model.CertHttpChallenge View Source

Represents an HTTP certificate challenge.

Attributes

  • path (type: String.t, default: nil) - The URL path on which to serve the specified token to satisfy the certificate challenge.
  • token (type: String.t, default: nil) - The token to serve at the specified URL path to satisfy the certificate challenge.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.CertHttpChallenge{
  path: String.t(),
  token: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.