DescribeOpsItemsResponse constructor

DescribeOpsItemsResponse({
  1. String? nextToken,
  2. List<OpsItemSummary>? opsItemSummaries,
})

Implementation

DescribeOpsItemsResponse({
  this.nextToken,
  this.opsItemSummaries,
});