Show / Hide Table of Contents

Class Comment.PlusonersData

People who +1'd this comment.

Inheritance
System.Object
Comment.PlusonersData
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 PlusonersData

Properties

TotalItems

Total number of people who +1'd this comment.

Declaration
[JsonProperty("totalItems")]
public virtual long? TotalItems { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
Back to top