View Source GoogleApi.Classroom.V1.Model.Criterion (google_api_classroom v0.22.0)

A rubric criterion. Each criterion is a dimension on which performance is rated.

Attributes

  • description (type: String.t, default: nil) - The description of the criterion.
  • id (type: String.t, default: nil) - The criterion ID. On creation, an ID is assigned.
  • levels (type: list(GoogleApi.Classroom.V1.Model.Level.t), default: nil) - The list of levels within this criterion.
  • title (type: String.t, default: nil) - The title of the criterion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Classroom.V1.Model.Criterion{
  description: String.t() | nil,
  id: String.t() | nil,
  levels: [GoogleApi.Classroom.V1.Model.Level.t()] | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.