GoogleCloudDataplexV1GlossaryTerm class

GlossaryTerms are the core of Glossary.

A GlossaryTerm holds a rich text description that can be attached to Entries or specific columns to enrich them.

Constructors

GoogleCloudDataplexV1GlossaryTerm.new({String? createTime, String? description, String? displayName, Map<String, String>? labels, String? name, String? parent, String? uid, String? updateTime})
GoogleCloudDataplexV1GlossaryTerm.fromJson(Map json_)

Properties

createTime String?
The time at which the GlossaryTerm was created.
getter/setter pair
description String?
The user-mutable description of the GlossaryTerm.
getter/setter pair
displayName String?
User friendly display name of the GlossaryTerm.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the GlossaryTerm.
getter/setter pair
name String?
Identifier.
getter/setter pair
parent String?
The immediate parent of the GlossaryTerm in the resource-hierarchy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
System generated unique id for the GlossaryTerm.
getter/setter pair
updateTime String?
The time at which the GlossaryTerm 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