AccountUserProfilesListResponse constructor

AccountUserProfilesListResponse({
  1. List<AccountUserProfile>? accountUserProfiles,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

AccountUserProfilesListResponse({
  this.accountUserProfiles,
  this.kind,
  this.nextPageToken,
});