SearchNetworkProfilesResponse constructor
SearchNetworkProfilesResponse({
- List<
NetworkProfileData> ? networkProfiles, - String? nextToken,
- int? totalCount,
Implementation
SearchNetworkProfilesResponse({
this.networkProfiles,
this.nextToken,
this.totalCount,
});