TenancyUnit constructor

TenancyUnit({
  1. String? consumer,
  2. String? createTime,
  3. String? name,
  4. String? service,
  5. List<TenantResource>? tenantResources,
})

Implementation

TenancyUnit({
  this.consumer,
  this.createTime,
  this.name,
  this.service,
  this.tenantResources,
});