View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLabelLocksResponse (google_api_drive_labels v0.2.0)
The response to a ListLabelLocksRequest.
Attributes
-
labelLocks
(type:list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelLock.t)
, default:nil
) - LabelLocks. -
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.GoogleAppsDriveLabelsV2ListLabelLocksResponse{ labelLocks: [GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelLock.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.