DataPolicy class
Represents the label-policy binding.
Constructors
- DataPolicy({DataMaskingPolicy? dataMaskingPolicy, String? dataPolicyId, String? dataPolicyType, String? name, String? policyTag})
- DataPolicy.fromJson(Map json_)
Properties
- dataMaskingPolicy ↔ DataMaskingPolicy?
-
The data masking policy that specifies the data masking rule to use.
getter/setter pair
- dataPolicyId ↔ String?
-
User-assigned (human readable) ID of the data policy that needs to be
unique within a project.
getter/setter pair
- dataPolicyType ↔ String?
-
Type of data policy.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.getter/setter pair - policyTag ↔ String?
-
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.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