AuthorizationAllOf constructor

AuthorizationAllOf({
  1. DateTime? createdAt,
  2. DateTime? updatedAt,
  3. String? orgID,
  4. List<Permission>? permissions = const [],
  5. String? id,
  6. String? token,
  7. String? userID,
  8. String? user,
  9. String? org,
  10. AuthorizationAllOfLinks? links,
})

Returns a new AuthorizationAllOf instance.

Implementation

AuthorizationAllOf({
  this.createdAt,
  this.updatedAt,
  this.orgID,
  this.permissions = const [],
  this.id,
  this.token,
  this.userID,
  this.user,
  this.org,
  this.links,
});