AI-generated Key Takeaways
-
A MobileDeviceSubmodel represents a mobile device submodel and has fields for name, displayName, and mobileDevice.
-
The
namefield serves as an identifier and follows a specific format including networkCode and mobile_device_submodel. -
The
displayNameandmobileDevicefields are output only, providing the submodel's display name and associated mobile device respectively. -
Methods are available to
geta single MobileDeviceSubmodel object orlistmultiple objects.
Resource: MobileDeviceSubmodel
Represents a mobile device submodel.
| JSON representation |
|---|
{ "name" : string , "displayName" : string , "mobileDevice" : string } |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
displayName
|
Output only. The display name of the mobile device submodel. |
mobileDevice
|
Output only. The mobile device associated with the submodel. Format: |
Methods |
|
|---|---|
|
API to retrieve a MobileDeviceSubmodel
object. |
|
API to retrieve a list of MobileDeviceSubmodel
objects. |

