Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1FeedbackMessage

A feedback message inside a feedback thread.

Inheritance
object
GoogleCloudDatalabelingV1beta1FeedbackMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
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
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Create time.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
Type Description
string

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
Type Description
string

OperatorFeedbackMetadata

Declaration
[JsonProperty("operatorFeedbackMetadata")]
public virtual GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata OperatorFeedbackMetadata { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata

RequesterFeedbackMetadata

Declaration
[JsonProperty("requesterFeedbackMetadata")]
public virtual GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata RequesterFeedbackMetadata { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX