GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest({
  1. String? languageCode,
  2. List<GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest>? requests,
  3. bool? useAdminAccess,
  4. String? view,
  5. GoogleAppsDriveLabelsV2WriteControl? writeControl,
})

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest({
  this.languageCode,
  this.requests,
  this.useAdminAccess,
  this.view,
  this.writeControl,
});