GoogleCloudDataplexV1DataAttributeBinding class

DataAttributeBinding represents binding of attributes to resources.

Eg: Bind 'CustomerInfo' entity with 'PII' attribute.

Constructors

GoogleCloudDataplexV1DataAttributeBinding({List<String>? attributes, String? createTime, String? description, String? displayName, String? etag, Map<String, String>? labels, String? name, List<GoogleCloudDataplexV1DataAttributeBindingPath>? paths, String? resource, String? uid, String? updateTime})
GoogleCloudDataplexV1DataAttributeBinding.fromJson(Map json_)

Properties

attributes List<String>?
List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
getter/setter pair
createTime String?
The time when the DataAttributeBinding was created.
getter/setter pair
description String?
Description of the DataAttributeBinding.
getter/setter pair
displayName String?
User friendly display name.
getter/setter pair
etag String?
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the DataAttributeBinding.
getter/setter pair
name String?
The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
getter/setter pair
paths List<GoogleCloudDataplexV1DataAttributeBindingPath>?
The list of paths for items within the associated resource (eg.
getter/setter pair
resource String?
The resource name of the resource that is associated to attributes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
System generated globally unique ID for the DataAttributeBinding.
getter/setter pair
updateTime String?
The time when the DataAttributeBinding was last updated.
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