GoogleCloudDatacatalogV1beta1Tag class
Tags are used to attach custom metadata to Data Catalog resources.
Tags conform to the specifications within their tag template. See Data Catalog IAM for information on the permissions needed to create or view tags.
Constructors
-
GoogleCloudDatacatalogV1beta1Tag({String? column, Map<
String, GoogleCloudDatacatalogV1beta1TagField> ? fields, String? name, String? template, String? templateDisplayName}) - GoogleCloudDatacatalogV1beta1Tag.fromJson(Map _json)
Properties
- column ↔ String?
-
Resources like Entry can have schemas associated with them.
getter/setter pair
-
fields
↔ Map<
String, GoogleCloudDatacatalogV1beta1TagField> ? -
This maps the ID of a tag field to the value of and additional information
about that field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the tag in URL format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- template ↔ String?
-
The resource name of the tag template that this tag uses.
getter/setter pair
- templateDisplayName ↔ String?
-
The display name of the tag template.
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