GetProtectionStatusResponse constructor

GetProtectionStatusResponse({
  1. String? adminAccountId,
  2. String? data,
  3. String? nextToken,
  4. SecurityServiceType? serviceType,
})

Implementation

GetProtectionStatusResponse({
  this.adminAccountId,
  this.data,
  this.nextToken,
  this.serviceType,
});