View Source GoogleApi.FirebaseHosting.V1.Model.HttpUpdate (google_api_firebase_hosting v0.17.1)

A file you can add to your existing, non-Hosting hosting service that confirms your intent to allow Hosting's Certificate Authorities to create an SSL certificate for your domain.

Attributes

  • checkError (type: GoogleApi.FirebaseHosting.V1.Model.Status.t, default: nil) - Output only. An error encountered during the last contents check. If null, the check completed successfully.
  • desired (type: String.t, default: nil) - Output only. A text string to serve at the path.
  • discovered (type: String.t, default: nil) - Output only. Whether Hosting was able to find the required file contents on the specified path during its last check.
  • lastCheckTime (type: DateTime.t, default: nil) - Output only. The last time Hosting systems checked for the file contents.
  • path (type: String.t, default: nil) - Output only. The path to the file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1.Model.HttpUpdate{
  checkError: GoogleApi.FirebaseHosting.V1.Model.Status.t() | nil,
  desired: String.t() | nil,
  discovered: String.t() | nil,
  lastCheckTime: DateTime.t() | nil,
  path: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.