GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLabelsResponse (google_api_drive_labels v0.3.0)

View Source

Response for listing Labels.

Attributes

  • labels (type: list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Label.t), default: nil) - Labels.
  • nextPageToken (type: String.t, default: nil) - The token of the next page in the response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLabelsResponse{
    labels:
      [GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Label.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.