ListDevicesResponse
    
    
      
    
    
      
      Mantieni tutto organizzato con le raccolte
    
    
      
      Salva e classifica i contenuti in base alle tue preferenze.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
      
        
          
            
              | Rappresentazione JSON | 
          
          
            
              | {
  "devices": [
    {
      object (Device)
    }
  ],
  "nextPageToken": string
} | 
          
        
      
      
        
          
            
              | Campi | 
          
          
            
              | devices[] | object (Device)
 
                  I devicesche soddisfano la richiesta. | 
            
              | nextPageToken | string
 
                  Un token di impaginazione restituito da una precedente chiamata a devices.list methodche indica da dove deve continuare l'elenco. Se il campo è mancante o vuoto, significa che non sono presenti altri dispositivi. | 
          
        
      
    
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
  Ultimo aggiornamento 2025-07-25 UTC.
  
  
  
    
      [null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],["The `devices.list` method returns a JSON object containing a list of `devices` and a `nextPageToken`. The `devices` field is an array of Device objects, representing devices that match the request. The `nextPageToken` string, if present, indicates there are more devices and where to continue listing from in subsequent requests; its absence signifies the end of the device list.\n"]]