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."],[[["This document provides reference information for the `UpdateAspectTypeRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment, with the most recent version listed as 3.6.0, and the document details version 2.15.0."],["The `UpdateAspectTypeRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and is implemented with a few interfaces: IMessage, IEquatable, IDeepCloneable, and IBufferMessage, also inheriting members from `System.Object`."],["The class offers two constructors: one default constructor and another that accepts an `UpdateAspectTypeRequest` object as a parameter to copy it, used for instantiating and cloning instances."],["Key properties of the class include `AspectType`, which is a required `AspectType` resource, `UpdateMask`, which specifies which fields should be updated, and `ValidateOnly`, a boolean flag to simulate the update without making changes."],["The webpage includes a list of available versions of the Dataplex v1 API, ranging from version 1.0.0 to the latest 3.6.0, with each version having a link to its corresponding documentation."]]],[]]