google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.OptIns View Source

A set of opt-ins for a user.

Attributes

  • marketComm (boolean()): An opt-in about receiving email from Partners marketing teams. Includes member-only events and special promotional offers for Google products. Defaults to: null.
  • performanceSuggestions (boolean()): An opt-in about receiving email with customized AdWords campaign management tips. Defaults to: null.
  • phoneContact (boolean()): An opt-in to allow recieivng phone calls about their Partners account. Defaults to: null.
  • physicalMail (boolean()): An opt-in to receive special promotional gifts and material in the mail. Defaults to: null.
  • specialOffers (boolean()): An opt-in about receiving email regarding new features and products. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Partners.V2.Model.OptIns{
  marketComm: any(),
  performanceSuggestions: any(),
  phoneContact: any(),
  physicalMail: any(),
  specialOffers: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.