public sealed class StartScanRunRequest : IMessage<StartScanRunRequest>, IEquatable<StartScanRunRequest>, IDeepCloneable<StartScanRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class StartScanRunRequest.
[[["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 `StartScanRunRequest` class is part of the Google Cloud Web Security Scanner v1 API, used to initiate a scan run."],["Version 2.5.0 is the latest version of this API component, with multiple prior versions available, including 2.1.0, 2.0.0 and versions 1.x.x."],["`StartScanRunRequest` implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor that can create a new instance of `StartScanRunRequest`, or clone it from another `StartScanRunRequest` instance."],["It contains a `Name` property, which is a string representing the scan configuration's resource name and is required for the request."]]],[]]