google_api_firebase_hosting v0.7.0 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

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PreviewConfig{
  active: boolean(),
  expireTime: DateTime.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.