Class Activity.ObjectData.RepliesData
Comments in reply to this activity.
Inheritance
System.Object
Activity.ObjectData.RepliesData
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.Plus.v1.Data
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class RepliesData
Properties
SelfLink
The URL for the collection of comments in reply to this activity.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TotalItems
Total number of comments on this activity.
Declaration
[JsonProperty("totalItems")]
public virtual long? TotalItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |