GoogleApi.FirebaseHosting.V1beta1.Model.PreviewConfig (google_api_firebase_hosting v0.13.0) View Source
Deprecated in favor of site channels.
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() | nil, expireTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.