DatasetTags class

A global tag managed by Resource Manager.

https://cloud.google.com/iam/docs/tags-access-control#definitions

Constructors

DatasetTags({String? tagKey, String? tagValue})
DatasetTags.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagKey String?
The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
getter/setter pair
tagValue String?
The friendly short name of the tag value, e.g. "production".
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