SearchNetworkProfilesResponse constructor

SearchNetworkProfilesResponse({
  1. List<NetworkProfileData>? networkProfiles,
  2. String? nextToken,
  3. int? totalCount,
})

Implementation

SearchNetworkProfilesResponse({
  this.networkProfiles,
  this.nextToken,
  this.totalCount,
});