GoogleAppsDriveLabelsV2ListLabelLocksResponse constructor

GoogleAppsDriveLabelsV2ListLabelLocksResponse({
  1. List<GoogleAppsDriveLabelsV2LabelLock>? labelLocks,
  2. String? nextPageToken,
})

Implementation

GoogleAppsDriveLabelsV2ListLabelLocksResponse({
  this.labelLocks,
  this.nextPageToken,
});