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."],[[["The latest version available for `CreateSubmissionRequest` is 2.6.0, with a series of previous versions accessible, including the version 1.2.0 detailed on the page."],["`CreateSubmissionRequest` is used to send a URI to WebRisk that is potentially phishy, and it inherits from the `Object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CreateSubmissionRequest` includes two constructors, one being parameterless and another that takes another `CreateSubmissionRequest` object."],["The `CreateSubmissionRequest` class includes properties such as `Parent`, a required string formatted as \"projects/{project_number}\" that identifies the submitting project, `ParentAsProjectName`, a typed view of the `Parent` property, and `Submission`, which contains the content of the phishing report."],["It is contained within the namespace of `Google.Cloud.WebRisk.V1` and found within the `Google.Cloud.WebRisk.V1.dll` assembly."]]],[]]