ListProtectionsResponse constructor
ListProtectionsResponse({
- String? nextToken,
- List<
Protection> ? protections,
Implementation
ListProtectionsResponse({
this.nextToken,
this.protections,
});