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."],[[["This page provides reference documentation for the `StartScanRunRequest` class within the Google Cloud Web Security Scanner v1 API, specifically for version 2.2.0."],["`StartScanRunRequest` is used to initiate a scan run and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating new instances and cloning existing ones."],["It has a `Name` property, which is a required string representing the resource name of the `ScanConfig` to be utilized, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}'."],["This page shows a range of versions for this class, with the latest one being version 2.5.0."]]],[]]