Class Activity.ObjectData.ResharersData
People who reshared this activity.
Inheritance
System.Object
Activity.ObjectData.ResharersData
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 ResharersData
Properties
SelfLink
The URL for the collection of resharers.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TotalItems
Total number of people who reshared this activity.
Declaration
[JsonProperty("totalItems")]
public virtual long? TotalItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |