GoogleCloudDatacatalogV1PolicyTag class
Denotes one policy tag in a taxonomy, for example, SSN.
Policy tags can be defined in a hierarchy. For example: + Geolocation + LatLong + City + ZipCode
Where the "Geolocation" policy tag contains
three children.
Constructors
-
GoogleCloudDatacatalogV1PolicyTag({List<
String> ? childPolicyTags, String? description, String? displayName, String? name, String? parentPolicyTag}) - GoogleCloudDatacatalogV1PolicyTag.fromJson(Map json_)
Properties
-
childPolicyTags
↔ List<
String> ? -
Resource names of child policy tags of this policy tag.
getter/setter pair
- description ↔ String?
-
Description of this policy tag.
getter/setter pair
- displayName ↔ String?
-
User-defined name of this policy tag.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- parentPolicyTag ↔ String?
-
Resource name of this policy tag's parent policy tag.
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