REST Resource: networks.mobileDevices

Resource: MobileDevice

Represents a mobile device.

JSON representation
{
  "name": string,
  "displayName": string,
  "manufacturer": string
}
Fields
name

string

Identifier. The resource name of the MobileDevice. Format: networks/{networkCode}/mobileDevices/{mobileDevice}

displayName

string

Output only. The localized name of the mobile device.

manufacturer

string

Output only. The manufacturer associated with the mobile device. Format: networks/{networkCode}/deviceManufacturers/{deviceManufacturer}

Methods

get

API to retrieve a MobileDevice object.

list

API to retrieve a list of MobileDevice objects.