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