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-03-25 UTC."],[[["The content focuses on the `DeleteAssetRequest` class within the `Google.Cloud.Dataplex.V1` namespace, specifically outlining its various versions and implementations."],["Version 3.6.0 is the latest available version of the `DeleteAssetRequest` class, while version 2.0.0 represents a different version."],["The `DeleteAssetRequest` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with two main constructors, one being empty and the other taking a `DeleteAssetRequest`."],["The class has two key properties: `AssetName`, which provides an `AssetName`-typed view over the resource name, and `Name`, which is a string that represents the resource name of the asset to be deleted."],["The resource versions start at 1.0.0 and range all the way to the latest version 3.6.0, all under the `Google.Cloud.Dataplex.V1` namespace."]]],[]]