PageUpdateRequest class
Constructors
- PageUpdateRequest({required String id, required PageUpdateRequestStatus status, required String title, dynamic spaceId, dynamic parentId, required dynamic body, required PageUpdateRequestVersion version})
-
PageUpdateRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
- body → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Id of the page.
final
- parentId → dynamic
-
ID of the parent page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceId → dynamic
-
ID of the containing space.
final
- status → PageUpdateRequestStatus
-
The status of the page.
final
- title → String
-
Title of the page.
final
- version → PageUpdateRequestVersion
-
final
Methods
-
copyWith(
{String? id, PageUpdateRequestStatus? status, String? title, dynamic spaceId, dynamic parentId, dynamic body, PageUpdateRequestVersion? version}) → PageUpdateRequest -
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