public sealed class DeleteAssetRequest : IMessage<DeleteAssetRequest>, IEquatable<DeleteAssetRequest>, IDeepCloneable<DeleteAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteAssetRequest.
[[["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-25 UTC."],[[["This webpage provides documentation for the `DeleteAssetRequest` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The documentation covers various versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with the current focus being version 2.10.0."],["`DeleteAssetRequest` is a class used for initiating a request to delete an asset, and it inherits from the `object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors and properties of the `DeleteAssetRequest` class, including `AssetName` and `Name`, which are essential for identifying the specific asset to be deleted."],["The `DeleteAssetRequest` class resides within the `Google.Cloud.Dataplex.V1` namespace and is part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]