ListNetworkProfilesResult constructor

ListNetworkProfilesResult({
  1. List<NetworkProfile>? networkProfiles,
  2. String? nextToken,
})

Implementation

ListNetworkProfilesResult({
  this.networkProfiles,
  this.nextToken,
});