CustomContentUpdateRequest constructor
CustomContentUpdateRequest({
- required String id,
- required String type,
- required CustomContentUpdateRequestStatus status,
- String? spaceId,
- String? pageId,
- String? blogPostId,
- String? customContentId,
- required String title,
- required dynamic body,
- required CustomContentUpdateRequestVersion version,
Implementation
CustomContentUpdateRequest(
{required this.id,
required this.type,
required this.status,
this.spaceId,
this.pageId,
this.blogPostId,
this.customContentId,
required this.title,
required this.body,
required this.version});