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 webpage details the `GetScanConfigRequest` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, used to request the `GetScanConfig` method."],["The latest version available for this class is 2.5.0, with prior versions including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0 also documented."],["`GetScanConfigRequest` implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling and object comparison."],["The class has a property named 'Name' which is a string and holds the resource name of the ScanConfig, following a specified format, to be returned."],["There are two constructors available: a default constructor `GetScanConfigRequest()` and a copy constructor `GetScanConfigRequest(GetScanConfigRequest other)` to clone an existing instance."]]],[]]