GoogleAppsCloudidentityDevicesV1ListClientStatesResponse constructor
      
      GoogleAppsCloudidentityDevicesV1ListClientStatesResponse({ 
    
    
- List<
GoogleAppsCloudidentityDevicesV1ClientState> ? clientStates, - String? nextPageToken,
 
Implementation
GoogleAppsCloudidentityDevicesV1ListClientStatesResponse({
  this.clientStates,
  this.nextPageToken,
});