public sealed class CreateAspectTypeRequest : IMessage<CreateAspectTypeRequest>, IEquatable<CreateAspectTypeRequest>, IDeepCloneable<CreateAspectTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateAspectTypeRequest.
Required. The resource name of the AspectType, of the form:
projects/{project_number}/locations/{location_id}
where location_id refers to a GCP region.
[[["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-21 UTC."],[[["This page provides reference documentation for the `CreateAspectTypeRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET."],["The documentation covers a range of versions, from 1.0.0 to 3.6.0, with 3.6.0 being the latest, for this specific class and its functionality."],["`CreateAspectTypeRequest` is used to create a request to manage the creation of AspectTypes, and it inherits from and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateAspectTypeRequest` class include `AspectType`, `AspectTypeId`, `Parent`, `ParentAsLocationName`, and `ValidateOnly`, each serving specific functions in creating and validating AspectType resources."],["The provided documentation details the constructors, properties, inherited members, and parameter descriptions associated with the `CreateAspectTypeRequest` class, as well as the namespace and assembly it belongs to."]]],[]]