TenantResource constructor

TenantResource({
  1. String? resource,
  2. String? status,
  3. String? tag,
})

Implementation

TenantResource({
  this.resource,
  this.status,
  this.tag,
});