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 documentation for the `DeleteAspectTypeRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The latest version for the `DeleteAspectTypeRequest` API is 3.6.0, and versions are listed back to 1.0.0 for historical context."],["The `DeleteAspectTypeRequest` class is used to send a request to delete an AspectType, with an inheritance structure from `object`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for request handling, comparison, cloning, and buffer operations."],["`DeleteAspectTypeRequest` requires a resource name and includes properties like `AspectTypeName` and `Etag` for specifying the AspectType and handling concurrency checks."]]],[]]