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"]],[["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."],[[["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)`)."]]],[]]