GooglePrivacyDlpV2DatabaseResourceReference class
Identifies a single database resource, like a table within a database.
Constructors
- GooglePrivacyDlpV2DatabaseResourceReference({String? database, String? databaseResource, String? instance, String? projectId})
- GooglePrivacyDlpV2DatabaseResourceReference.fromJson(Map json_)
Properties
- database ↔ String?
-
Name of a database within the instance.
getter/setter pair
- databaseResource ↔ String?
-
Name of a database resource, for example, a table within the database.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ String?
-
The instance where this resource is located.
getter/setter pair
- projectId ↔ String?
-
If within a project-level config, then this must match the config's
project 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