public sealed class GetScanRunRequest : IMessage<GetScanRunRequest>, IEquatable<GetScanRunRequest>, IDeepCloneable<GetScanRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class GetScanRunRequest.
Required. The resource name of the ScanRun to be returned. The name follows the
format of
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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 documentation for the `GetScanRunRequest` class, a part of the Web Security Scanner v1 API, specifically within version 2.3.0."],["`GetScanRunRequest` is used to request a specific scan run and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It offers two constructors: a default constructor and one that accepts another `GetScanRunRequest` object for creating a copy."],["The `Name` property is crucial as it defines the resource name of the requested `ScanRun`, following a specific project-based naming format."]]],[]]