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-04-09 UTC."],[[["The latest version of the `DeleteAspectTypeRequest` class is 3.6.0, but this page specifically focuses on version 3.1.0."],["The `DeleteAspectTypeRequest` class in the Cloud Dataplex v1 API is used to represent a request to delete an AspectType."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes properties such as `AspectTypeName`, `Etag`, and `Name`, which are used to specify the AspectType to be deleted, check the etag value, and provide the resource name of the AspectType."],["There is a list of versions available for the `DeleteAspectTypeRequest`, ranging from version 1.0.0 all the way to the most recent version, 3.6.0."]]],[]]