GoogleApi.FirebaseHosting.V1beta1.Model.CloneVersionRequest (google_api_firebase_hosting v0.12.3) View Source
The request sent to CloneVersion.
Attributes
-
exclude(type:GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t, default:nil) - If provided, only paths that do not match any of the regexes in this list will be included in the new version. -
finalize(type:boolean(), default:nil) - If true, immediately finalize the version after cloning is complete. -
include(type:GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t, default:nil) - If provided, only paths that match one or more regexes in this list will be included in the new version. -
sourceVersion(type:String.t, default:nil) - Required. The name of the version to be cloned, in the format:sites/{site}/versions/{version}
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(),
finalize: boolean(),
include: GoogleApi.FirebaseHosting.V1beta1.Model.PathFilter.t(),
sourceVersion: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.