SearchProfilesResponse constructor
SearchProfilesResponse({
- String? nextToken,
- List<
ProfileData> ? profiles, - int? totalCount,
Implementation
SearchProfilesResponse({
this.nextToken,
this.profiles,
this.totalCount,
});