ListAttacksResponse constructor
ListAttacksResponse({
- List<
AttackSummary> ? attackSummaries, - String? nextToken,
Implementation
ListAttacksResponse({
this.attackSummaries,
this.nextToken,
});