DescribeHubResponse constructor

DescribeHubResponse({
  1. bool? autoEnableControls,
  2. String? hubArn,
  3. String? subscribedAt,
})

Implementation

DescribeHubResponse({
  this.autoEnableControls,
  this.hubArn,
  this.subscribedAt,
});