Class Activity.ActorData.NameData
An object representation of the individual components of name.
Inheritance
System.Object
Activity.ActorData.NameData
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 NameData
Properties
FamilyName
The family name ("last name") of the actor.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GivenName
The given name ("first name") of the actor.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |