public sealed class RunAssetDiscoveryRequest : IMessage<RunAssetDiscoveryRequest>, IEquatable<RunAssetDiscoveryRequest>, IDeepCloneable<RunAssetDiscoveryRequest>, IBufferMessage, IMessage
Request message for running asset discovery for an organization.
[[["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 page details the `RunAssetDiscoveryRequest` class, which is used to request the execution of asset discovery for a specific organization within the Google Cloud Security Center API."],["The content provides a comprehensive list of versions for the `RunAssetDiscoveryRequest` class, ranging from version 2.2.0 up to the latest, version 3.24.0, allowing access to previous and current documentations."],["The `RunAssetDiscoveryRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, comparison, cloning, and buffer management."],["The class includes two constructors: a default one and another that takes an existing `RunAssetDiscoveryRequest` object as a parameter for copying, as well as the properties `Parent` and `ParentAsOrganizationName`, related to the organization that the asset discovery request will run for."],["The `RunAssetDiscoveryRequest` class inherits several methods from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing standard object functionalities."]]],[]]