GoogleApi.AndroidManagement.V1.Model.ContactInfo (google_api_android_management v0.34.2) View Source
Contact details for LaForge enterprises.
Attributes
-
contactEmail
(type:String.t
, default:nil
) - Email address for a point of contact, which will be used to send important announcements related to managed Google Play. -
dataProtectionOfficerEmail
(type:String.t
, default:nil
) - The email of the data protection officer. The email is validated but not verified. -
dataProtectionOfficerName
(type:String.t
, default:nil
) - The name of the data protection officer. -
dataProtectionOfficerPhone
(type:String.t
, default:nil
) - The phone number of the data protection officer The phone number is validated but not verified. -
euRepresentativeEmail
(type:String.t
, default:nil
) - The email of the EU representative. The email is validated but not verified. -
euRepresentativeName
(type:String.t
, default:nil
) - The name of the EU representative. -
euRepresentativePhone
(type:String.t
, default:nil
) - The phone number of the EU representative. The phone number is validated but not verified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidManagement.V1.Model.ContactInfo{ contactEmail: String.t(), dataProtectionOfficerEmail: String.t(), dataProtectionOfficerName: String.t(), dataProtectionOfficerPhone: String.t(), euRepresentativeEmail: String.t(), euRepresentativeName: String.t(), euRepresentativePhone: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.