AddTenantProjectRequest constructor

AddTenantProjectRequest({
  1. TenantProjectConfig? projectConfig,
  2. String? tag,
})

Implementation

AddTenantProjectRequest({
  this.projectConfig,
  this.tag,
});