VPCSCConfig constructor

VPCSCConfig({
  1. String? name,
  2. String? vpcscPolicy,
})

Implementation

VPCSCConfig({this.name, this.vpcscPolicy});