GoogleCloudDatalabelingV1beta1FeedbackMessage class
A feedback message inside a feedback thread.
Constructors
- GoogleCloudDatalabelingV1beta1FeedbackMessage({String? body, String? createTime, String? image, String? name, GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata? operatorFeedbackMetadata, GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata? requesterFeedbackMetadata})
- GoogleCloudDatalabelingV1beta1FeedbackMessage.fromJson(Map json_)
Properties
- body ↔ String?
-
String content of the feedback.
getter/setter pair
- createTime ↔ String?
-
Create time.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
The image storing this feedback if the feedback is an image representing
operator's comments.
getter/setter pair
-
imageAsBytes
↔ List<
int> -
getter/setter pair
- name ↔ String?
-
Name of the feedback message in a feedback thread.
getter/setter pair
- operatorFeedbackMetadata ↔ GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata?
-
getter/setter pair
- requesterFeedbackMetadata ↔ GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata?
-
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