AI-generated Key Takeaways
-
The DeviceManufacturer resource represents a device manufacturer and includes its name and display name.
-
The
name
field is the identifier for the resource, formatted asnetworks/{networkCode}/deviceManufacturers/{deviceManufacturer}
. -
The
displayName
field is the localized name of the device manufacturer and is output only. -
Methods are provided to retrieve a single
DeviceManufacturer
object usingget
and a list ofDeviceManufacturer
objects usinglist
.
Resource: DeviceManufacturer
Represents a device manufacturer.
JSON representation |
---|
{ "name": string, "displayName": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the |
displayName |
Output only. The localized name of the device manufacturer. |
Methods |
|
---|---|
|
API to retrieve a DeviceManufacturer object. |
|
API to retrieve a list of DeviceManufacturer objects. |