public sealed class DeleteAssetRequest : IMessage<DeleteAssetRequest>, IEquatable<DeleteAssetRequest>, IDeepCloneable<DeleteAssetRequest>, 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-04-02 UTC."],[[["This webpage provides documentation for the `DeleteAssetRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment."],["The latest version of `DeleteAssetRequest` available is 3.6.0, and several previous versions are also documented, ranging from 1.0.0 to 3.5.0."],["The `DeleteAssetRequest` class is used to delete an asset, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAssetRequest` class includes properties like `AssetName` and `Name`, used to identify the specific asset resource that is the target of the delete request."],["The delete asset request class contains two constructors: `DeleteAssetRequest()` and `DeleteAssetRequest(DeleteAssetRequest other)`, where the latter allows one `DeleteAssetRequest` to be constructed from another."]]],[]]