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 reference documentation for the `DeleteAssetRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.11.0, and offers information on how to delete an asset in Google Cloud Dataplex."],["The documentation includes a listing of all available versions of `DeleteAssetRequest` from 1.0.0 to 3.6.0, with 3.6.0 being the latest release, allowing users to see older versions and their links."],["`DeleteAssetRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, `DeleteAssetRequest()` and `DeleteAssetRequest(DeleteAssetRequest other)`, as well as two properties, `AssetName` and `Name`, for managing asset deletion requests."],["The `Name` property is required and specifies the full resource path of the asset to be deleted."]]],[]]