DescribeTrustedAdvisorCheckResultResponse constructor

DescribeTrustedAdvisorCheckResultResponse({
  1. TrustedAdvisorCheckResult? result,
})

Implementation

DescribeTrustedAdvisorCheckResultResponse({
  this.result,
});