GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse constructor

GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse({
  1. List<GoogleAppsDriveLabelsV2LabelPermission>? permissions,
})

Implementation

GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse({
  this.permissions,
});