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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]