DescribeComponentConfigurationResponse constructor

DescribeComponentConfigurationResponse({
  1. String? componentConfiguration,
  2. bool? monitor,
  3. Tier? tier,
})

Implementation

DescribeComponentConfigurationResponse({
  this.componentConfiguration,
  this.monitor,
  this.tier,
});