TenantResource constructor

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

Implementation

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