Show / Hide Table of Contents

Class Interaction

Represents an interaction between a user and an item.

Inheritance
object
Interaction
Implements
IDirectResponseSchema
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

object representation of InteractionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InteractionTimeDateTimeOffset instead.")]
public virtual object InteractionTime { get; set; }
Property Value
Type Description
object

InteractionTimeDateTimeOffset

DateTimeOffset representation of InteractionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? InteractionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

InteractionTimeRaw

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 string InteractionTimeRaw { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX