TagValue class

A TagValue is a child of a particular TagKey.

This is used to group cloud resources for the purpose of controlling them using policies.

Constructors

TagValue({String? createTime, String? description, String? etag, String? name, String? namespacedName, String? parent, String? shortName, String? updateTime})
TagValue.fromJson(Map json_)

Properties

createTime String?
Creation time.
getter/setter pair
description String?
User-assigned description of the TagValue.
getter/setter pair
etag String?
Entity tag which users can pass to prevent race conditions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name for TagValue in the format tagValues/456.
getter/setter pair
namespacedName String?
The namespaced name of the TagValue.
getter/setter pair
parent String?
The resource name of the new TagValue's parent TagKey.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String?
User-assigned short name for TagValue.
getter/setter pair
updateTime String?
Update time.
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