ApplicationInfo constructor

ApplicationInfo({
  1. bool? cWEMonitorEnabled,
  2. String? lifeCycle,
  3. bool? opsCenterEnabled,
  4. String? opsItemSNSTopicArn,
  5. String? remarks,
  6. String? resourceGroupName,
})

Implementation

ApplicationInfo({
  this.cWEMonitorEnabled,
  this.lifeCycle,
  this.opsCenterEnabled,
  this.opsItemSNSTopicArn,
  this.remarks,
  this.resourceGroupName,
});