BlogPostCreateRequest class

Constructors

BlogPostCreateRequest({required String spaceId, BlogPostCreateRequestStatus? status, String? title, dynamic body})
BlogPostCreateRequest.fromJson(Map<String, Object?> json)
factory

Properties

body → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceId String
ID of the space
final
status BlogPostCreateRequestStatus?
The status of the blog post, specifies if the blog post will be created as a new blog post or a draft
final
title String?
Title of the blog post, required if creating non-draft.
final

Methods

copyWith({String? spaceId, BlogPostCreateRequestStatus? status, String? title, dynamic body}) BlogPostCreateRequest
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