public sealed class StartScanRunRequest : IMessage<StartScanRunRequest>, IEquatable<StartScanRunRequest>, IDeepCloneable<StartScanRunRequest>, 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 page documents the `StartScanRunRequest` class, which is used to initiate a scan run in the Google Cloud Web Security Scanner API, specifically within the `Google.Cloud.WebSecurityScanner.V1` namespace."],["The `StartScanRunRequest` class is part of the .NET library, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `StartScanRunRequest` class has two constructors, one default and another that takes an existing `StartScanRunRequest` object for copying, and it includes a property named `Name` of type string."],["The parameter `Name` within the `StartScanRunRequest` class is a required field, indicating the resource name of the `ScanConfig` that should be utilized for the scan."],["There are multiple versions available for this class, starting with version 1.0.0 to the latest at 2.5.0."]]],[]]