Class AnnotateAssessmentRequest (1.2.0)

public sealed class AnnotateAssessmentRequest : IMessage<AnnotateAssessmentRequest>, IEquatable<AnnotateAssessmentRequest>, IDeepCloneable<AnnotateAssessmentRequest>, IBufferMessage, IMessage

The request message to annotate an Assessment.

Inheritance

Object > AnnotateAssessmentRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

AnnotateAssessmentRequest()

public AnnotateAssessmentRequest()

AnnotateAssessmentRequest(AnnotateAssessmentRequest)

public AnnotateAssessmentRequest(AnnotateAssessmentRequest other)
Parameter
NameDescription
otherAnnotateAssessmentRequest

Properties

Annotation

public AnnotateAssessmentRequest.Types.Annotation Annotation { get; set; }

Required. The annotation that will be assigned to the Event.

Property Value
TypeDescription
AnnotateAssessmentRequest.Types.Annotation

AssessmentName

public AssessmentName AssessmentName { get; set; }

AssessmentName-typed view over the Name resource name property.

Property Value
TypeDescription
AssessmentName

Name

public string Name { get; set; }

Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".

Property Value
TypeDescription
String