Class CoActivity
Metadata about a co-activity session.
Inheritance
System.Object
CoActivity
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
CoActivityApp
Identifies the app handling this co-activity.
Declaration
[JsonProperty("coActivityApp")]
public virtual string CoActivityApp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema