Show / Hide Table of Contents

Class Name

Details of the user's name.

Inheritance
System.Object
Name
Implements
IDirectResponseSchema
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.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
System.String

FamilyName

The user's last name.

Read-only.

Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
Type Description
System.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
System.String

GivenName

The user's first name.

Read-only.

Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top