google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.Name View Source

Details of the user's name.

Attributes

  • familyName (String.t): The user's last name.

Read-only. Defaults to nil.

  • fullName (String.t): The user's full name formed by concatenating the first and last name values.

Read-only. Defaults to nil.

  • givenName (String.t): The user's first name.

Read-only. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Classroom.V1.Model.Name{
  familyName: String.t(),
  fullName: String.t(),
  givenName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.