ListProtectionsResponse constructor

ListProtectionsResponse({
  1. String? nextToken,
  2. List<Protection>? protections,
})

Implementation

ListProtectionsResponse({
  this.nextToken,
  this.protections,
});