GoogleCloudDataplexV1ContactIdentity class
Identity of a business contact.
Constructors
- GoogleCloudDataplexV1ContactIdentity({String? contactId, String? contactName, String? contactRole})
- GoogleCloudDataplexV1ContactIdentity.fromJson(Map json_)
Properties
- contactId ↔ String?
-
Email ID or freeform ID of the Contact person.
getter/setter pair
- contactName ↔ String?
-
Name of the contact person for the Data Domain; unvalidated freeform text.
getter/setter pair
- contactRole ↔ String?
-
Designation of the person i.e. Data Steward or Data Analyst.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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