listPickupLocations

A list of locations from which the customer can choose to pickup a device.

Samples


fun main() { 
   //sampleStart 
   // Returns a specified number of Address objects. Each Address is a pickup location address for Snow
// Family devices.
val resp = snowballClient.listPickupLocations() 
   //sampleEnd
}