google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.Interaction View Source
Represents an interaction between a user and an item.
Attributes
interactionTime
(type:DateTime.t
, default:nil
) - The time when the user acted on the item. If multiple actions of the same type exist for a single user, only the most recent action is recorded.principal
(type:GoogleApi.CloudSearch.V1.Model.Principal.t
, default:nil
) - The user that acted on the item.type
(type:String.t
, default:nil
) -
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 Sourcet() :: %GoogleApi.CloudSearch.V1.Model.Interaction{ interactionTime: DateTime.t(), principal: GoogleApi.CloudSearch.V1.Model.Principal.t(), type: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.