public sealed class CreateAssessmentRequest : IMessage<CreateAssessmentRequest>, IEquatable<CreateAssessmentRequest>, IDeepCloneable<CreateAssessmentRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The latest version of the `CreateAssessmentRequest` is 2.17.0, while the current documentation is for version 2.0.0, and the page covers all versions from 1.2.0 to 2.17.0."],["The `CreateAssessmentRequest` class is part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace, which is within the `Google.Cloud.RecaptchaEnterprise.V1.dll` assembly."],["This class implements several interfaces, including `IMessage\u003cCreateAssessmentRequest\u003e`, `IEquatable\u003cCreateAssessmentRequest\u003e`, `IDeepCloneable\u003cCreateAssessmentRequest\u003e`, `IBufferMessage`, and `IMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The `CreateAssessmentRequest` has two constructors: a default one and another that takes an existing `CreateAssessmentRequest` object as a parameter for copying, as well as properties to get or set the assessment details and the project."],["The class has properties named `Assessment`, `Parent`, and `ParentAsProjectName` which are used to set the details of the assessment, the name of the project in which the assessment will take place, and the project resource name respectively."]]],[]]