GoogleAppsDriveLabelsV2ListLabelPermissionsResponse constructor

GoogleAppsDriveLabelsV2ListLabelPermissionsResponse({
  1. List<GoogleAppsDriveLabelsV2LabelPermission>? labelPermissions,
  2. String? nextPageToken,
})

Implementation

GoogleAppsDriveLabelsV2ListLabelPermissionsResponse({
  this.labelPermissions,
  this.nextPageToken,
});