REST Resource: networks.mobileDeviceSubmodels

Resource: MobileDeviceSubmodel

Represents a mobile device submodel.

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

string

Identifier. The resource name of the MobileDeviceSubmodel. Format: networks/{networkCode}/mobileDeviceSubmodels/{mobile_device_submodel}

displayName

string

Output only. The display name of the mobile device submodel.

mobileDevice

string

Output only. The mobile device associated with the submodel. Format: networks/{networkCode}/mobileDevices/{mobileDevice}

Methods

get

API to retrieve a MobileDeviceSubmodel object.

list

API to retrieve a list of MobileDeviceSubmodel objects.