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 latest version of the Google.Cloud.Dataplex.V1 API is 3.6.0, with multiple previous versions available, including 2.14.0, which is the context version for UpdateAspectTypeRequest."],["The `UpdateAspectTypeRequest` class is used to update an `AspectType` resource, and it is part of the `Google.Cloud.Dataplex.V1` namespace."],["The class `UpdateAspectTypeRequest` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAspectTypeRequest` class includes properties to define the `AspectType` resource to update, the `UpdateMask` to specify which fields should be updated, and a `ValidateOnly` boolean."],["There are multiple constructors for the `UpdateAspectTypeRequest` class, one with no parameters, and another one that accepts another `UpdateAspectTypeRequest` instance as a parameter."]]],[]]