View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLabelsResponse (google_api_drive_labels v0.2.0)
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
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLabelsResponse{ labels: [GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Label.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.