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 content provides reference documentation for the `DeleteAssetRequest` class within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0."],["The `DeleteAssetRequest` class is used to delete an asset and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class can be constructed using either a default constructor, `DeleteAssetRequest()`, or a copy constructor, `DeleteAssetRequest(DeleteAssetRequest other)`."],["The `DeleteAssetRequest` class has two key properties: `AssetName`, which provides a typed view over the resource name, and `Name`, which holds the resource name string."],["The documentation provides links to various versioned documentation pages for `DeleteAssetRequest`, ranging from version 1.0.0 to the most recent 3.6.0, along with various other links to different classes and interfaces."]]],[]]