View Source GoogleApi.DisplayVideo.V1.Model.ContactInfo (google_api_display_video v0.31.0)

Contact information defining a Customer Match audience member.

Attributes

  • countryCode (type: String.t, default: nil) - Country code of the member.
  • hashedEmails (type: list(String.t), default: nil) - A list of SHA256 hashed email of the member.
  • hashedFirstName (type: String.t, default: nil) - SHA256 hashed first name of the member.
  • hashedLastName (type: String.t, default: nil) - SHA256 hashed last name of the member.
  • hashedPhoneNumbers (type: list(String.t), default: nil) - A list of SHA256 hashed phone numbers of the member.
  • zipCodes (type: list(String.t), default: nil) - A list of zip codes of the member.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.ContactInfo{
  countryCode: String.t() | nil,
  hashedEmails: [String.t()] | nil,
  hashedFirstName: String.t() | nil,
  hashedLastName: String.t() | nil,
  hashedPhoneNumbers: [String.t()] | nil,
  zipCodes: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.