Class Name
Details of the user's name.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Name : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FamilyName
The user's last name. Read-only.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
The user's full name formed by concatenating the first and last name values. Read-only.
Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
GivenName
The user's first name. Read-only.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
Type | Description |
---|---|
string |