CreateInlineCommentModel class
Constructors
- CreateInlineCommentModel({String? blogPostId, String? pageId, String? parentCommentId, dynamic body, CreateInlineCommentModelInlineCommentProperties? inlineCommentProperties})
-
CreateInlineCommentModel.fromJson(Map<
String, Object?> json) -
factory
Properties
- blogPostId → String?
-
ID of the containing blog post, if intending to create a top level footer
comment. Do not provide if creating a reply.
final
- body → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineCommentProperties → CreateInlineCommentModelInlineCommentProperties?
-
Object describing the text to highlight on the page/blog post. Only
applicable for top level inline comments (not replies) and required in
that case.
final
- pageId → String?
-
ID of the containing page, if intending to create a top level footer
comment. Do not provide if creating a reply.
final
- parentCommentId → String?
-
ID of the parent comment, if intending to create a reply. Do not provide
if creating a top level comment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? blogPostId, String? pageId, String? parentCommentId, dynamic body, CreateInlineCommentModelInlineCommentProperties? inlineCommentProperties}) → CreateInlineCommentModel -
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