Class CoActivity
Metadata about a co-activity session.
Inheritance
object
CoActivity
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 CoActivity : IDirectResponseSchema
Properties
ActivityTitle
The title of the activity in this co-activity session. For example, this might be the title of the video being co-watched, or the name of the round of a game being co-played.
Declaration
[JsonProperty("activityTitle")]
public virtual string ActivityTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CoActivityApp
Identifies the app handling this co-activity.
Declaration
[JsonProperty("coActivityApp")]
public virtual string CoActivityApp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |