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-21 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, while this page specifically highlights version 3.3.0 with a full list of other versions ranging from 1.0.0 to 3.6.0."],["The `DeleteAssetRequest` class is used to represent a request to delete an asset and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteAssetRequest` class include `AssetName`, which provides a typed view of the resource name, and `Name`, which is a string representing the full resource name path to the asset being deleted."]]],[]]