CopyPageHierarchyRequest class
Constructors
- CopyPageHierarchyRequest({bool? copyAttachments, bool? copyPermissions, bool? copyProperties, bool? copyLabels, bool? copyCustomContents, bool? copyDescendants, required String destinationPageId, CopyPageHierarchyTitleOptions? titleOptions})
-
CopyPageHierarchyRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
- copyAttachments → bool
-
If set to
true
, attachments are copied to the destination page.final - copyCustomContents → bool
-
If set to
true
, custom contents are copied to the destination page.final - copyDescendants → bool
-
If set to
true
, descendants are copied to the destination page.final - copyLabels → bool
-
If set to
true
, labels are copied to the destination page.final - copyPermissions → bool
-
If set to
true
, page permissions are copied to the destination page.final - copyProperties → bool
-
If set to
true
, content properties are copied to the destination page.final - destinationPageId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleOptions → CopyPageHierarchyTitleOptions?
-
final
Methods
-
copyWith(
{bool? copyAttachments, bool? copyPermissions, bool? copyProperties, bool? copyLabels, bool? copyCustomContents, bool? copyDescendants, String? destinationPageId, CopyPageHierarchyTitleOptions? titleOptions}) → CopyPageHierarchyRequest -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited