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

Response for updating one or more Label Permissions.

Attributes

  • permissions (type: list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelPermission.t), default: nil) - Required. Permissions updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse{
    permissions:
      [
        GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelPermission.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.