GoogleAppsCloudidentityDevicesV1ListDevicesResponse constructor

GoogleAppsCloudidentityDevicesV1ListDevicesResponse({
  1. List<GoogleAppsCloudidentityDevicesV1Device>? devices,
  2. String? nextPageToken,
})

Implementation

GoogleAppsCloudidentityDevicesV1ListDevicesResponse({
  this.devices,
  this.nextPageToken,
});