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