public sealed class UpdateAspectTypeRequest : IMessage<UpdateAspectTypeRequest>, IEquatable<UpdateAspectTypeRequest>, IDeepCloneable<UpdateAspectTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateAspectTypeRequest.
[[["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."],[[["This document provides reference documentation for the `UpdateAspectTypeRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET."],["The latest version available is 3.6.0, while this specific document covers version 3.2.0 of the `UpdateAspectTypeRequest` class and lists versions back to 1.0.0."],["`UpdateAspectTypeRequest` is used to send a request to update the AspectType resource and it implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for `UpdateAspectTypeRequest` include `AspectType`, `UpdateMask`, and `ValidateOnly`, allowing you to specify the resource, the fields to modify, and whether to only validate the request."],["The class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]