Google Cloud reCAPTCHA Enterprise v1beta1 API - Class CreateAssessmentRequest (2.0.0-beta06)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API class CreateAssessmentRequest.

The create assessment request message.

Inheritance

object > CreateAssessmentRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

CreateAssessmentRequest()

public CreateAssessmentRequest()

CreateAssessmentRequest(CreateAssessmentRequest)

public CreateAssessmentRequest(CreateAssessmentRequest other)
Parameter
NameDescription
otherCreateAssessmentRequest

Properties

Assessment

public Assessment Assessment { get; set; }

Required. The assessment details.

Property Value
TypeDescription
Assessment

Parent

public string Parent { get; set; }

Required. The name of the project in which the assessment will be created, in the format projects/{project_number}.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName