Show / Hide Table of Contents

Class Name

Details of the user's name.

Inheritance
object
Name
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX