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."],[[["The latest version available for the `DeleteAssetRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of versions from 1.0.0 to the present 3.6.0."],["The `DeleteAssetRequest` class is used to create an instance of a request that will delete an asset in the Cloud Dataplex V1 API."],["The `DeleteAssetRequest` class inherits from the base `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["The class provides two constructors, a default one and another that allows for creating a new `DeleteAssetRequest` object based on an existing `DeleteAssetRequest` instance, and it has two main properties `Name`, which is the unique identifier of the asset to delete, and `AssetName`, a typed view over the `Name` property."]]],[]]