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-03-25 UTC."],[[["The page provides reference documentation for the `UpdateAspectTypeRequest` class within the Google Cloud Dataplex v1 API, with version 3.6.0 being the latest."],["This class is part of the `Google.Cloud.Dataplex.V1` namespace, found in the `Google.Cloud.Dataplex.V1.dll` assembly."],["The `UpdateAspectTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide important functionality."],["The class has two constructors: a default constructor and one that accepts another `UpdateAspectTypeRequest` object."],["`UpdateAspectTypeRequest` also has properties for `AspectType`, `UpdateMask` and `ValidateOnly`, which are used to update aspects, to define the mask of fields to update and validate the update without execution respectively."]]],[]]