DescribeOpsItemsResponse constructor
DescribeOpsItemsResponse({
- String? nextToken,
- List<
OpsItemSummary> ? opsItemSummaries,
Implementation
DescribeOpsItemsResponse({
this.nextToken,
this.opsItemSummaries,
});