Class Interaction
Represents an interaction between a user and an item.
Inheritance
object
Interaction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Interaction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InteractionTime
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.
Declaration
[JsonProperty("interactionTime")]
public virtual object InteractionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Principal
The user that acted on the item.
Declaration
[JsonProperty("principal")]
public virtual Principal Principal { get; set; }
Property Value
| Type | Description |
|---|---|
| Principal |
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |