public sealed class DeleteAspectTypeRequest : IMessage<DeleteAspectTypeRequest>, IEquatable<DeleteAspectTypeRequest>, IDeepCloneable<DeleteAspectTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteAspectTypeRequest.
Optional. If the client provided etag value does not match the current etag
value, the DeleteAspectTypeRequest method returns an ABORTED error response
[[["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 document provides reference information for the `DeleteAspectTypeRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.15.0."],["The `DeleteAspectTypeRequest` class is used to delete an AspectType resource, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AspectTypeName`, `Etag`, and `Name`, which are used to specify the resource to be deleted and to manage concurrency."],["The document shows previous versions of the API, ranging from 1.0.0 to the latest 3.6.0 version."],["There are two constructors within the `DeleteAspectTypeRequest` class, one default constructor, and one that takes another `DeleteAspectTypeRequest` as an argument."]]],[]]