BlogPostUpdateRequest class

Constructors

BlogPostUpdateRequest({required String id, required BlogPostUpdateRequestStatus status, required String title, String? spaceId, required dynamic body, required BlogPostUpdateRequestVersion version})
BlogPostUpdateRequest.fromJson(Map<String, Object?> json)
factory

Properties

body → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id String
Id of the blog post.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceId String?
ID of the containing space.
final
status BlogPostUpdateRequestStatus
The status of the blog post.
final
title String
Title of the blog post.
final
version BlogPostUpdateRequestVersion
final

Methods

copyWith({String? id, BlogPostUpdateRequestStatus? status, String? title, String? spaceId, dynamic body, BlogPostUpdateRequestVersion? version}) BlogPostUpdateRequest
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