CustomContentUpdateRequest class

Constructors

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})
CustomContentUpdateRequest.fromJson(Map<String, Object?> json)
factory

Properties

blogPostId String?
ID of the containing Blog Post
final
body → dynamic
final
customContentId String?
ID of the containing custom content
final
hashCode int
The hash code for this object.
no setterinherited
id String
Id of custom content.
final
pageId String?
ID of the containing page
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceId String?
ID of the containing space
final
status CustomContentUpdateRequestStatus
The status of the custom content
final
title String
Title of the custom content
final
type String
Type of custom content.
final
version CustomContentUpdateRequestVersion
final

Methods

copyWith({String? id, String? type, CustomContentUpdateRequestStatus? status, String? spaceId, String? pageId, String? blogPostId, String? customContentId, String? title, dynamic body, CustomContentUpdateRequestVersion? version}) CustomContentUpdateRequest
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