ObjectAccessControl constructor

ObjectAccessControl({
  1. String? bucket,
  2. String? domain,
  3. String? email,
  4. String? entity,
  5. String? entityId,
  6. String? etag,
  7. String? generation,
  8. String? id,
  9. String? kind,
  10. String? object,
  11. ObjectAccessControlProjectTeam? projectTeam,
  12. String? role,
  13. String? selfLink,
})

Implementation

ObjectAccessControl({
  this.bucket,
  this.domain,
  this.email,
  this.entity,
  this.entityId,
  this.etag,
  this.generation,
  this.id,
  this.kind,
  this.object,
  this.projectTeam,
  this.role,
  this.selfLink,
});