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 the .NET environment."],["The latest version available for the `DeleteAssetRequest` API is 3.6.0, and previous versions ranging from 3.5.0 down to 1.0.0 are also accessible via direct links."],["The `DeleteAssetRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact within the framework of the application."],["This class has two constructors and two properties, one of which is `Name`, a required resource identifier for the asset that you want to delete, and `AssetName`, the typed version of the name."],["The `DeleteAssetRequest` is located within the `Google.Cloud.Dataplex.V1` namespace and the corresponding `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]