GoogleApi.AdSensePlatform.V1alpha.Model.Event (google_api_ad_sense_platform v0.4.0)
View SourceA platform sub-account event to record spam signals.
Attributes
-
eventInfo
(type:GoogleApi.AdSensePlatform.V1alpha.Model.EventInfo.t
, default:nil
) - Required. Information associated with the event. -
eventTime
(type:DateTime.t
, default:nil
) - Required. Event timestamp. -
eventType
(type:String.t
, default:nil
) - Required. Event type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.Event{ eventInfo: GoogleApi.AdSensePlatform.V1alpha.Model.EventInfo.t() | nil, eventTime: DateTime.t() | nil, eventType: String.t() | nil }