Class GoogleCloudDatalabelingV1beta1FeedbackMessage
A feedback message inside a feedback thread.
Inheritance
GoogleCloudDatalabelingV1beta1FeedbackMessage
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1FeedbackMessage : IDirectResponseSchema
Properties
Body
String content of the feedback. Maximum of 10000 characters.
Declaration
[JsonProperty("body")]
public virtual string Body { get; set; }
Property Value
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Image
The image storing this feedback if the feedback is an image representing operator's comments.
Declaration
[JsonProperty("image")]
public virtual string Image { get; set; }
Property Value
Name
Name of the feedback message in a feedback thread. Format:
'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Declaration
[JsonProperty("operatorFeedbackMetadata")]
public virtual GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata OperatorFeedbackMetadata { get; set; }
Property Value
Declaration
[JsonProperty("requesterFeedbackMetadata")]
public virtual GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata RequesterFeedbackMetadata { get; set; }
Property Value
Implements