GoogleAppsDriveLabelsV2ListLabelsResponse constructor

GoogleAppsDriveLabelsV2ListLabelsResponse({
  1. List<GoogleAppsDriveLabelsV2Label>? labels,
  2. String? nextPageToken,
})

Implementation

GoogleAppsDriveLabelsV2ListLabelsResponse({
  this.labels,
  this.nextPageToken,
});