GoogleCloudDataplexV1Aspect class

An aspect is a single piece of metadata describing an entry.

Constructors

GoogleCloudDataplexV1Aspect({GoogleCloudDataplexV1AspectSource? aspectSource, String? aspectType, String? createTime, Map<String, Object?>? data, String? path, String? updateTime})
GoogleCloudDataplexV1Aspect.fromJson(Map json_)

Properties

aspectSource GoogleCloudDataplexV1AspectSource?
getter/setter pair
aspectType String?
The resource name of the type used to create this Aspect.
getter/setter pair
createTime String?
The time when the Aspect was created.
getter/setter pair
data Map<String, Object?>?
The content of the aspect, according to its aspect type schema.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
The path in the entry under which the aspect is attached.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The time when the Aspect 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