GoogleChromeManagementV1FetchUsersRequestingExtensionResponse constructor

GoogleChromeManagementV1FetchUsersRequestingExtensionResponse({
  1. String? nextPageToken,
  2. int? totalSize,
  3. List<GoogleChromeManagementV1UserRequestingExtensionDetails>? userDetails,
})

Implementation

GoogleChromeManagementV1FetchUsersRequestingExtensionResponse({
  this.nextPageToken,
  this.totalSize,
  this.userDetails,
});