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-21 UTC."],[[["This document provides reference documentation for the `DeleteAspectTypeRequest` class within the Google Cloud Dataplex v1 API for .NET, covering versions from 1.0.0 up to the latest version 3.6.0."],["The `DeleteAspectTypeRequest` class is used to represent a request to delete an AspectType and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The class has properties such as `AspectTypeName`, `Etag`, and `Name`, which define aspects of the delete request, including the name of the aspect type to be deleted, and an etag for optimistic concurrency control."],["The available constructors are the default constructor `DeleteAspectTypeRequest()`, as well as a copy constructor `DeleteAspectTypeRequest(DeleteAspectTypeRequest other)` that takes another `DeleteAspectTypeRequest` object."]]],[]]