Voting helps other researchers find interesting modules.
Stores the number of different kind of user engagement actions. Abuse Report is also consider an engagement. Currently we only have abuse report engagements but in future we might add other types of engagements as well.
reportCompromised
String.t
nil
reportHarassment
reportHate
reportPorn
reportSpam
serveCount
timeSec
ytThumbsDown
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleActivityStreamqualityDistillerEngagements{ reportCompromised: String.t() | nil, reportHarassment: String.t() | nil, reportHate: String.t() | nil, reportPorn: String.t() | nil, reportSpam: String.t() | nil, serveCount: String.t() | nil, timeSec: String.t() | nil, ytThumbsDown: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()