View Source GoogleApi.AdSensePlatform.V1alpha.Model.EventInfo (google_api_ad_sense_platform v0.3.0)

Private information for partner recorded events (PII).

Attributes

  • billingAddress (type: GoogleApi.AdSensePlatform.V1alpha.Model.Address.t, default: nil) - The billing address of the publisher associated with this event, if available.
  • email (type: String.t, default: nil) - Required. The email address that is associated with the publisher when performing the event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.EventInfo{
  billingAddress: GoogleApi.AdSensePlatform.V1alpha.Model.Address.t() | nil,
  email: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.