AI-generated Key Takeaways
-
A MobileDeviceSubmodel represents a mobile device submodel and has fields for name, displayName, and mobileDevice.
-
The
name
field serves as an identifier and follows a specific format including networkCode and mobile_device_submodel. -
The
displayName
andmobileDevice
fields are output only, providing the submodel's display name and associated mobile device respectively. -
Methods are available to
get
a single MobileDeviceSubmodel object orlist
multiple 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. |