CloneVersionRequest class

Constructors

CloneVersionRequest({PathFilter? exclude, bool? finalize, PathFilter? include, String? sourceVersion})
CloneVersionRequest.fromJson(Map _json)

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited