public sealed class AnnotateAssessmentRequest : IMessage<AnnotateAssessmentRequest>, IEquatable<AnnotateAssessmentRequest>, IDeepCloneable<AnnotateAssessmentRequest>, IBufferMessage, IMessage
The request message to annotate an Assessment.
Implements
IMessage<AnnotateAssessmentRequest>, IEquatable<AnnotateAssessmentRequest>, IDeepCloneable<AnnotateAssessmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
AnnotateAssessmentRequest()
public AnnotateAssessmentRequest()
AnnotateAssessmentRequest(AnnotateAssessmentRequest)
public AnnotateAssessmentRequest(AnnotateAssessmentRequest other)
Parameter | |
---|---|
Name | Description |
other | AnnotateAssessmentRequest |
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 | |
---|---|
Type | Description |
AnnotateAssessmentRequest.Types.Annotation |
AssessmentName
public AssessmentName AssessmentName { get; set; }
AssessmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AssessmentName |
Name
public string Name { get; set; }
Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".
Property Value | |
---|---|
Type | Description |
String |
Reasons
public RepeatedField<AnnotateAssessmentRequest.Types.Reason> Reasons { get; }
Optional. Optional reasons for the annotation that will be assigned to the Event.
Property Value | |
---|---|
Type | Description |
RepeatedField<AnnotateAssessmentRequest.Types.Reason> |