TagHold class

A TagHold represents the use of a TagValue that is not captured by TagBindings.

If a TagValue has any TagHolds, deletion will be blocked. This resource is intended to be created in the same cloud location as the holder.

Constructors

TagHold({String? createTime, String? helpLink, String? holder, String? name, String? origin})
TagHold.fromJson(Map json_)

Properties

createTime String?
The time this TagHold was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
A URL where an end user can learn more about removing this hold.
getter/setter pair
holder String?
The name of the resource where the TagValue is being used.
getter/setter pair
name String?
The resource name of a TagHold.
getter/setter pair
origin String?
An optional string representing the origin of this request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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