GoogleCloudDataplexV1AspectType class

AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.

Constructors

GoogleCloudDataplexV1AspectType.new({GoogleCloudDataplexV1AspectTypeAuthorization? authorization, String? createTime, String? description, String? displayName, String? etag, Map<String, String>? labels, GoogleCloudDataplexV1AspectTypeMetadataTemplate? metadataTemplate, String? name, String? transferStatus, String? uid, String? updateTime})
GoogleCloudDataplexV1AspectType.fromJson(Map json_)

Properties

authorization GoogleCloudDataplexV1AspectTypeAuthorization?
Defines the Authorization for this type.
getter/setter pair
createTime String?
The time when the AspectType was created.
getter/setter pair
description String?
Description of the AspectType.
getter/setter pair
displayName String?
User friendly display name.
getter/setter pair
etag String?
The service computes this checksum.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the AspectType.
getter/setter pair
metadataTemplate GoogleCloudDataplexV1AspectTypeMetadataTemplate?
MetadataTemplate of the aspect.
getter/setter pair
name String?
The relative resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferStatus String?
Denotes the transfer status of the Aspect Type.
getter/setter pair
uid String?
System generated globally unique ID for the AspectType.
getter/setter pair
updateTime String?
The time when the AspectType was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited