GoogleApi.Classroom.V1.Model.Name (google_api_classroom v0.18.0) View Source

Details of the user's name.

Attributes

  • familyName (type: String.t, default: nil) - The user's last name. Read-only.
  • fullName (type: String.t, default: nil) - The user's full name formed by concatenating the first and last name values. Read-only.
  • givenName (type: String.t, default: nil) - The user's first name. Read-only.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.