GoogleChromeManagementV1FetchUsersRequestingExtensionResponse constructor
GoogleChromeManagementV1FetchUsersRequestingExtensionResponse({
- String? nextPageToken,
- int? totalSize,
- List<
GoogleChromeManagementV1UserRequestingExtensionDetails> ? userDetails,
Implementation
GoogleChromeManagementV1FetchUsersRequestingExtensionResponse({
this.nextPageToken,
this.totalSize,
this.userDetails,
});