public sealed class ViolatingResource : IMessage<ViolatingResource>, IEquatable<ViolatingResource>, IDeepCloneable<ViolatingResource>, IBufferMessage, IMessage
Information regarding any resource causing the vulnerability such
as JavaScript sources, image, audio files, etc.
[[["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 of `ViolatingResource` is 2.5.0, which is part of the Google.Cloud.WebSecurityScanner.V1 namespace."],["`ViolatingResource` is designed to represent information about any resource that is causing a vulnerability, such as JavaScript sources or image files."],["The `ViolatingResource` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffer message support."],["The class offers two constructors: a default constructor `ViolatingResource()` and a copy constructor `ViolatingResource(ViolatingResource other)` to create instances of the class."],["`ViolatingResource` has properties for `ContentType`, representing the MIME type of the resource, and `ResourceUrl`, which holds the URL of the resource in question."]]],[]]