public sealed class ReportPhishingRequest : IMessage<ReportPhishingRequest>, IEquatable<ReportPhishingRequest>, IDeepCloneable<ReportPhishingRequest>, 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-21 UTC."],[[["This webpage provides documentation for the `ReportPhishingRequest` class, which is used to report phishing attempts to Google Cloud's Phishing Protection service."],["The `ReportPhishingRequest` class is a message that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and data handling."],["The class has two constructors, a default constructor and one that copies data from another `ReportPhishingRequest` object."],["It contains two required properties `Parent` which specifies the project and `Uri` which specifies the URL being reported."],["There are currently 3 different versions of this class, with 2.0.0-beta05 being the most recent."]]],[]]