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."],[[["The webpage provides documentation for the `RunAssetDiscoveryRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing various versions of the API."],["The latest version of the `RunAssetDiscoveryRequest` API is 3.24.0, with a listing of versions down to 2.2.0 available for reference."],["`RunAssetDiscoveryRequest` is a class used to initiate asset discovery within an organization, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunAssetDiscoveryRequest` class includes properties such as `Parent`, which is a string representing the organization name, and `ParentAsOrganizationName`, which provides a typed view of the organization name."],["The `RunAssetDiscoveryRequest` class has two constructors, one default, and one accepting another `RunAssetDiscoveryRequest` object."]]],[]]