Cloud Dataplex v1 API - Class GetAspectTypeRequest (2.15.0)

public sealed class GetAspectTypeRequest : IMessage<GetAspectTypeRequest>, IEquatable<GetAspectTypeRequest>, IDeepCloneable<GetAspectTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class GetAspectTypeRequest.

Get AspectType request

Inheritance

object > GetAspectTypeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetAspectTypeRequest()

public GetAspectTypeRequest()

GetAspectTypeRequest(GetAspectTypeRequest)

public GetAspectTypeRequest(GetAspectTypeRequest other)
Parameter
NameDescription
otherGetAspectTypeRequest

Properties

AspectTypeName

public AspectTypeName AspectTypeName { get; set; }

AspectTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
AspectTypeName

Name

public string Name { get; set; }

Required. The resource name of the AspectType: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.

Property Value
TypeDescription
string