TagBinding class
A TagBinding represents a connection between a TagValue and a cloud resource Once a TagBinding is created, the TagValue is applied to all the descendants of the Google Cloud resource.
Constructors
- TagBinding({String? name, String? parent, String? tagValue, String? tagValueNamespacedName})
- TagBinding.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the TagBinding.
getter/setter pair
- parent ↔ String?
-
The full resource name of the resource the TagValue is bound to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tagValue ↔ String?
-
The TagValue of the TagBinding.
getter/setter pair
- tagValueNamespacedName ↔ String?
-
The namespaced name for the TagValue of the TagBinding.
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