GoogleAppsCloudidentityDevicesV1ListDevicesResponse constructor
GoogleAppsCloudidentityDevicesV1ListDevicesResponse({
- List<
GoogleAppsCloudidentityDevicesV1Device> ? devices, - String? nextPageToken,
Implementation
GoogleAppsCloudidentityDevicesV1ListDevicesResponse({
this.devices,
this.nextPageToken,
});