Class AnnotateAssessmentRequest (1.4.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; }

Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.

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

Reasons

public RepeatedField<AnnotateAssessmentRequest.Types.Reason> Reasons { get; }

Optional. Optional reasons for the annotation that will be assigned to the Event.

Property Value
TypeDescription
RepeatedField<AnnotateAssessmentRequest.Types.Reason>