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."],[[["This webpage details the `GetScanConfigRequest` class, which is used to request data for the `GetScanConfig` method within the `Google.Cloud.WebSecurityScanner.V1` namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class, which means it uses a number of methods and functionalities for managing objects in memory and comparing them."],["The `GetScanConfigRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetScanConfigRequest` object as a parameter."],["It includes a `Name` property of type string that represents the resource name of the `ScanConfig` being requested, and it must follow the specified format: 'projects/{projectId}/scanConfigs/{scanConfigId}'."],["The page also provides a history of versions, the latest of which is 2.5.0 and the current documentation being for version 2.0.0."]]],[]]