public sealed class CreateScanConfigRequest : IMessage<CreateScanConfigRequest>, IEquatable<CreateScanConfigRequest>, IDeepCloneable<CreateScanConfigRequest>, 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 latest version of the `CreateScanConfigRequest` is 2.5.0, with other available versions ranging from 1.0.0 to 2.4.0."],["`CreateScanConfigRequest` is a request class used for the `CreateScanConfig` method, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class, and has implemented inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has a constructor that accepts another `CreateScanConfigRequest` object, as well as a no parameter constructor."],["It includes two properties, `Parent` and `ScanConfig`, where `Parent` is a string representing the project resource name, and `ScanConfig` is the `ScanConfig` to be created."]]],[]]