AI-generated Key Takeaways
-
The DeviceManufacturer resource represents a device manufacturer and includes its name and display name.
-
The
namefield is the identifier for the resource, formatted asnetworks/{networkCode}/deviceManufacturers/{deviceManufacturer}. -
The
displayNamefield is the localized name of the device manufacturer and is output only. -
Methods are provided to retrieve a single
DeviceManufacturerobject usinggetand a list ofDeviceManufacturerobjects 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. |