View Source GoogleApi.AndroidManagement.V1.Model.ContactInfo (google_api_android_management v0.48.2)

Contact details for managed Google Play 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ContactInfo{
  contactEmail: String.t() | nil,
  dataProtectionOfficerEmail: String.t() | nil,
  dataProtectionOfficerName: String.t() | nil,
  dataProtectionOfficerPhone: String.t() | nil,
  euRepresentativeEmail: String.t() | nil,
  euRepresentativeName: String.t() | nil,
  euRepresentativePhone: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.