SearchDirectoryPeopleResponse constructor

SearchDirectoryPeopleResponse({
  1. String? nextPageToken,
  2. List<Person>? people,
  3. int? totalSize,
})

Implementation

SearchDirectoryPeopleResponse({
  this.nextPageToken,
  this.people,
  this.totalSize,
});