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 within the `Google.Cloud.WebSecurityScanner.V1` namespace, used to request the `GetScanConfig` method."],["The `GetScanConfigRequest` class is implemented in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `GetScanConfigRequest()` and a copy constructor `GetScanConfigRequest(GetScanConfigRequest other)`, which accepts another `GetScanConfigRequest` instance as input."],["It contains one main property `Name`, which is a required string representing the resource name of the ScanConfig, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}'."],["The latest version of this page's content is v2.5.0, however the page also references versions from v2.4.0 all the way back to v1.0.0."]]],[]]