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 `RunAssetDiscoveryRequest` class is used to request the running of asset discovery within a specified organization."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The latest version of this class available is 3.0.0-beta05, while 2.0.0-beta07 is also detailed, as well as 3.0.0-beta04."],["It has two constructors, one default and one taking another `RunAssetDiscoveryRequest` instance for creating a copy, and has a Parent string property."],["The `Parent` property is a required field that holds the organization name in the format \"organizations/[organization_id]\" or a specific `OrganizationName` type."]]],[]]