CopyPageHierarchyRequest constructor
CopyPageHierarchyRequest({})
Implementation
CopyPageHierarchyRequest(
{bool? copyAttachments,
bool? copyPermissions,
bool? copyProperties,
bool? copyLabels,
bool? copyCustomContents,
bool? copyDescendants,
required this.destinationPageId,
this.titleOptions})
: copyAttachments = copyAttachments ?? false,
copyPermissions = copyPermissions ?? false,
copyProperties = copyProperties ?? false,
copyLabels = copyLabels ?? false,
copyCustomContents = copyCustomContents ?? false,
copyDescendants = copyDescendants ?? false;