Comment class

A comment associated with a support case.

Constructors

Comment({String? body, String? createTime, Actor? creator, String? name, String? plainTextBody})
Comment.fromJson(Map _json)

Properties

body String?
The full comment body.
getter/setter pair
createTime String?
The time when this comment was created.
getter/setter pair
creator Actor?
The user or Google Support agent created this comment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name for the comment.
getter/setter pair
plainTextBody String?
An automatically generated plain text version of body with all rich text syntax stripped.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited