public sealed class CreateSubmissionRequest : IMessage<CreateSubmissionRequest>, IEquatable<CreateSubmissionRequest>, IDeepCloneable<CreateSubmissionRequest>, IBufferMessage, IMessage
Request to send a potentially phishy URI to WebRisk.
[[["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-21 UTC."],[[["This webpage provides documentation for the `CreateSubmissionRequest` class within the `Google.Cloud.WebRisk.V1` namespace, used to submit potentially phishy URIs to WebRisk."],["The latest version documented is 2.6.0, but the current page displays details for version 1.3.0, with links available for other versions ranging from 1.2.0 to 2.6.0."],["The `CreateSubmissionRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer operations."],["It has two constructors, one default and another that accepts another `CreateSubmissionRequest` as a parameter to create a copy, and it contains properties such as `Parent`, `ParentAsProjectName` and `Submission` to manage and define the request."],["The `Parent` property is a required string representing the project making the submission, and the `Submission` property contains the actual phishing report content being submitted."]]],[]]