GoogleApi.FirebaseHosting.V1beta1.Model.CloneVersionRequest (google_api_firebase_hosting v0.15.0) View Source
Attributes
-
exclude
(type:GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t
, default:nil
) - If provided, only paths that do not match any of the RegEx values in this list will be included in the new version. -
finalize
(type:boolean()
, default:nil
) - If true, the call toCloneVersion
immediately finalizes the version after cloning is complete. If false, the cloned version will have a status ofCREATED
. UseUpdateVersion
to set the status of the version toFINALIZED
. -
include
(type:GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t
, default:nil
) - If provided, only paths that match one or more RegEx values in this list will be included in the new version. -
sourceVersion
(type:String.t
, default:nil
) - Required. The unique identifier for the version to be cloned, in the format: sites/SITE_ID/versions/VERSION_ID
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.CloneVersionRequest{ exclude: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t() | nil, finalize: boolean() | nil, include: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t() | nil, sourceVersion: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.