CloneVersionRequest class
Properties
-
exclude
↔ PathFilter?
-
If provided, only paths that do not match any of the RegEx values in this
list will be included in the new version.
getter/setter pair
-
finalize
↔ bool?
-
If true, the call to
CloneVersion
immediately finalizes the version
after cloning is complete.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
include
↔ PathFilter?
-
If provided, only paths that match one or more RegEx values in this list
will be included in the new version.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceVersion
↔ String?
-
The unique identifier for the version to be cloned, in the format:
sites/SITE_ID/versions/VERSION_ID
getter/setter pair