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-04-01 UTC."],[[["The `CreateSubmissionRequest` class is used to submit a potentially phishing URI to WebRisk, implemented with various interfaces for message handling and object manipulation."],["This class is part of the `Google.Cloud.WebRisk.V1` namespace, found within the `Google.Cloud.WebRisk.V1.dll` assembly, and has version history ranging from 1.2.0 to the latest 2.6.0."],["The class inherits from `Object` and includes properties such as `Parent`, `ParentAsProjectName`, and `Submission`, which are essential for specifying the project and the phishing report details."],["The `CreateSubmissionRequest` class has two constructors: one default and one that takes another `CreateSubmissionRequest` object as a parameter, allowing for easy cloning."],["The `Parent` property in the `CreateSubmissionRequest` class is a string representing the project name, and the `ParentAsProjectName` is a `ProjectName`-typed view of it."]]],[]]