google_api_firebase_hosting v0.9.1 GoogleApi.FirebaseHosting.V1beta1.Model.PreviewConfig View Source

Version preview configuration. If active and unexpired, this version will be accessible via a custom URL even if it is not the currently released version.

Attributes

  • active (type: boolean(), default: nil) - If true, preview URLs are enabled for this version.
  • expireTime (type: DateTime.t, default: nil) - Indicates the expiration time for previewing this version; preview URL requests received after this time will 404.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PreviewConfig{
  active: boolean(),
  expireTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.