ListUsersResponseCopyimport type { ListUsersResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListUsersResponse {nextPageToken?: string;users?: User[];}§Properties§nextPageToken?: string[src]A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListUsers method to retrieve the next page of results. This token will be absent if there are no more results to return. §users?: User[][src]The list of users. This list will be absent if empty.