AccountUserProfilesListResponse constructor
AccountUserProfilesListResponse({
- List<
AccountUserProfile> ? accountUserProfiles, - String? kind,
- String? nextPageToken,
Implementation
AccountUserProfilesListResponse({
this.accountUserProfiles,
this.kind,
this.nextPageToken,
});