GoogleApi.Classroom.V1.Model.ListRubricsResponse (google_api_classroom v0.25.0)

View Source

Response when listing rubrics.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token identifying the next page of results to return. If empty, no further results are available.
  • rubrics (type: list(GoogleApi.Classroom.V1.Model.Rubric.t), default: nil) - Rubrics that match the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Classroom.V1.Model.ListRubricsResponse{
  nextPageToken: String.t() | nil,
  rubrics: [GoogleApi.Classroom.V1.Model.Rubric.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.