GoogleCloudIdentitytoolkitV1DownloadAccountResponse constructor
GoogleCloudIdentitytoolkitV1DownloadAccountResponse({
- String? kind,
- String? nextPageToken,
- List<
GoogleCloudIdentitytoolkitV1UserInfo> ? users,
Implementation
GoogleCloudIdentitytoolkitV1DownloadAccountResponse({
this.kind,
this.nextPageToken,
this.users,
});