GoogleCloudDataplexV1GlossaryCategory class

A GlossaryCategory represents a collection of GlossaryCategories and GlossaryTerms within a Glossary that are related to each other.

Constructors

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

Properties

createTime String?
The time at which the GlossaryCategory was created.
getter/setter pair
description String?
The user-mutable description of the GlossaryCategory.
getter/setter pair
displayName String?
User friendly display name of the GlossaryCategory.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the GlossaryCategory.
getter/setter pair
name String?
Identifier.
getter/setter pair
parent String?
The immediate parent of the GlossaryCategory 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 GlossaryCategory.
getter/setter pair
updateTime String?
The time at which the GlossaryCategory 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