Feedback Message Args
data class FeedbackMessageArgs(val annotatedDatasetId: Output<String>? = null, val body: Output<String>? = null, val createTime: Output<String>? = null, val datasetId: Output<String>? = null, val feedbackThreadId: Output<String>? = null, val image: Output<String>? = null, val name: Output<String>? = null, val operatorFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataArgs>? = null, val project: Output<String>? = null, val requesterFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataArgs>? = null) : ConvertibleToJava<FeedbackMessageArgs>
Create a FeedbackMessage object.
Constructors
Link copied to clipboard
constructor(annotatedDatasetId: Output<String>? = null, body: Output<String>? = null, createTime: Output<String>? = null, datasetId: Output<String>? = null, feedbackThreadId: Output<String>? = null, image: Output<String>? = null, name: Output<String>? = null, operatorFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataArgs>? = null, project: Output<String>? = null, requesterFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataArgs>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Create time.
Link copied to clipboard
Link copied to clipboard
val operatorFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataArgs>? = null
Link copied to clipboard
val requesterFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataArgs>? = null