View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLabelPermissionsResponse (google_api_drive_labels v0.2.0)

Response for listing the permissions on a Label.

Attributes

  • labelPermissions (type: list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelPermission.t), default: nil) - Label permissions.
  • 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.GoogleAppsDriveLabelsV2ListLabelPermissionsResponse{
    labelPermissions:
      [
        GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelPermission.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.