Class Activity.ObjectData.ActorData.ClientSpecificActorInfoData
Actor info specific to particular clients.
Inheritance
System.Object
Activity.ObjectData.ActorData.ClientSpecificActorInfoData
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 ClientSpecificActorInfoData
Properties
YoutubeActorInfo
Actor info specific to YouTube clients.
Declaration
[JsonProperty("youtubeActorInfo")]
public virtual Activity.ObjectData.ActorData.ClientSpecificActorInfoData.YoutubeActorInfoData YoutubeActorInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| Activity.ObjectData.ActorData.ClientSpecificActorInfoData.YoutubeActorInfoData |