GoogleAppsDriveLabelsV2EnableLabelRequest constructor

GoogleAppsDriveLabelsV2EnableLabelRequest({
  1. String? languageCode,
  2. bool? useAdminAccess,
  3. GoogleAppsDriveLabelsV2WriteControl? writeControl,
})

Implementation

GoogleAppsDriveLabelsV2EnableLabelRequest({
  this.languageCode,
  this.useAdminAccess,
  this.writeControl,
});