CustomContentSingle class
Constructors
- CustomContentSingle({dynamic id, String? type, String? status, String? title, dynamic spaceId, dynamic pageId, dynamic blogPostId, dynamic customContentId, String? authorId, DateTime? createdAt, Version? version, CustomContentBodySingle? body, CustomContentLinks? links})
-
CustomContentSingle.fromJson(Map<
String, Object?> json) -
factory
Properties
-
The account ID of the user who created this custom content originally.
final
- blogPostId → dynamic
-
ID of the containing blog post.
final
- body → CustomContentBodySingle?
-
final
- createdAt → DateTime?
-
Date and time when the custom content was created. In format
"YYYY-MM-DDTHH:mm:ss.sssZ".
final
- customContentId → dynamic
-
ID of the containing custom content.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → dynamic
-
ID of the custom content.
final
- links → CustomContentLinks?
-
final
- pageId → dynamic
-
ID of the containing page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceId → dynamic
-
ID of the space the custom content is in.
final
- status → String?
-
final
- title → String?
-
Title of the custom content.
final
- type → String?
-
The type of custom content.
final
- version → Version?
-
final
Methods
-
copyWith(
{dynamic id, String? type, String? status, String? title, dynamic spaceId, dynamic pageId, dynamic blogPostId, dynamic customContentId, String? authorId, DateTime? createdAt, Version? version, CustomContentBodySingle? body, CustomContentLinks? links}) → CustomContentSingle -
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