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 version 3.3.0."],["The `DeleteAspectTypeRequest` class is used to construct requests for deleting an AspectType and implements multiple interfaces for message handling and object comparison."],["The class offers constructors for creating new instances and copying existing `DeleteAspectTypeRequest` objects."],["Key properties of the class include `AspectTypeName`, `Etag`, and `Name`, which are used for specifying the target AspectType for deletion and handling concurrency."],["The documentation also includes a list of available versions, ranging from the latest 3.6.0 to the initial release version 1.0.0, to support the `DeleteAspectTypeRequest` class."]]],[]]