public sealed class GetScanConfigRequest : IMessage<GetScanConfigRequest>, IEquatable<GetScanConfigRequest>, IDeepCloneable<GetScanConfigRequest>, 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."],[[["The latest version available for `GetScanConfigRequest` is 2.5.0, with previous versions ranging from 2.4.0 down to 1.0.0 being accessible."],["`GetScanConfigRequest` is a request class used for the `GetScanConfig` method within the Google Cloud Web Security Scanner."],["This class inherits from Object and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the `GetScanConfigRequest` is `Name`, which is a string representing the resource name of the ScanConfig to be retrieved, following a specific format."],["The class provides two constructors: a default one (`GetScanConfigRequest()`) and another that takes a `GetScanConfigRequest` object as parameter (`GetScanConfigRequest(GetScanConfigRequest other)`)."]]],[]]