ApplyTenantProjectConfigRequest constructor

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

Implementation

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