ContactInfo class
Contact details for managed Google Play enterprises.
Constructors
- ContactInfo({String? contactEmail, String? dataProtectionOfficerEmail, String? dataProtectionOfficerName, String? dataProtectionOfficerPhone, String? euRepresentativeEmail, String? euRepresentativeName, String? euRepresentativePhone})
- ContactInfo.fromJson(Map json_)
Properties
- contactEmail ↔ String?
-
Email address for a point of contact, which will be used to send important
announcements related to managed Google Play.
getter/setter pair
- dataProtectionOfficerEmail ↔ String?
-
The email of the data protection officer.
getter/setter pair
- dataProtectionOfficerName ↔ String?
-
The name of the data protection officer.
getter/setter pair
- dataProtectionOfficerPhone ↔ String?
-
The phone number of the data protection officer The phone number is
validated but not verified.
getter/setter pair
- euRepresentativeEmail ↔ String?
-
The email of the EU representative.
getter/setter pair
- euRepresentativeName ↔ String?
-
The name of the EU representative.
getter/setter pair
- euRepresentativePhone ↔ String?
-
The phone number of the EU representative.
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