CustomContentCreateRequest class

Constructors

CustomContentCreateRequest({required String type, CustomContentCreateRequestStatus? status, String? spaceId, String? pageId, String? blogPostId, String? customContentId, required String title, required dynamic body})
CustomContentCreateRequest.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
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 CustomContentCreateRequestStatus?
The status of the custom content
final
title String
Title of the custom content
final
type String
Type of custom content.
final

Methods

copyWith({String? type, CustomContentCreateRequestStatus? status, String? spaceId, String? pageId, String? blogPostId, String? customContentId, String? title, dynamic body}) CustomContentCreateRequest
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