PageCreateRequest class
Constructors
- PageCreateRequest({required String spaceId, PageCreateRequestStatus? status, String? title, String? parentId, dynamic body})
-
PageCreateRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
- body → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parentId → String?
-
The parent content ID of the page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceId → String
-
ID of the space
final
- status → PageCreateRequestStatus?
-
The status of the page, published or draft.
final
- title → String?
-
Title of the page, required if page status is not draft.
final
Methods
-
copyWith(
{String? spaceId, PageCreateRequestStatus? status, String? title, String? parentId, dynamic body}) → PageCreateRequest -
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