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 webpage details the `StartScanRunRequest` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, used for initiating a scan run."],["The `StartScanRunRequest` class, part of Version 2.0.0, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging and object management."],["The latest version available is 2.5.0, and previous versions are also documented, including a version as old as 1.0.0, showcasing the evolution and history of the class."],["It inherits members from the `Object` class and includes two constructors, one default and one that takes another `StartScanRunRequest` object as an argument."],["The `StartScanRunRequest` class has one key property, `Name`, a string representing the resource name of the `ScanConfig` to use, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}'."]]],[]]