Tag class

The key and value for a tag.

Constructors

Tag({String? tagKey, String? tagValue, String? tagValueId})
Tag.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?
TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.
getter/setter pair
tagValue String?
TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.
getter/setter pair
tagValueId String?
TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.
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