GoogleAppsDriveLabelsV2LabelPermission constructor

GoogleAppsDriveLabelsV2LabelPermission({
  1. String? audience,
  2. String? email,
  3. String? group,
  4. String? name,
  5. String? person,
  6. String? role,
})

Implementation

GoogleAppsDriveLabelsV2LabelPermission({
  this.audience,
  this.email,
  this.group,
  this.name,
  this.person,
  this.role,
});