github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/DeviceResource.md (about) 1 # DeviceResource 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of a device | [optional] 7 **Uri** | **string** | Canonical URI of a device | [optional] 8 **Sku** | **string** | Device identification number (stock keeping unit) in the format TP-ID [-AT-AC], where TP is device type (HP for RC HardPhone, DV for all other devices including softphone); ID - device model ID; AT -addon type ID; AC - addon count (if any). For example 'HP-56-2-2' | [optional] 9 **Type** | **string** | Device type. The default value is 'HardPhone' | [optional] 10 **Status** | **string** | Status of a device = ['Online', 'Offline'] | [optional] 11 **Name** | **string** | Device name. Mandatory if ordering SoftPhone or OtherPhone . Optional for HardPhone . If not specified for HardPhone, then device model name is used as device name | [optional] 12 **Serial** | **string** | Serial number for HardPhone (is returned only when the phone is shipped and provisioned); endpoint_id for softphone and mobile applications | [optional] 13 **ComputerName** | **string** | PC name for softphone | [optional] 14 **Model** | [**DeviceModelResource**](DeviceModelResource.md) | | [optional] 15 **Extension** | [**ExtensionResourceIntId**](ExtensionResourceIntId.md) | | [optional] 16 **PhoneLines** | [**[]PhoneLineResource**](PhoneLineResource.md) | Phone lines information | [optional] 17 **EmergencyServiceAddress** | [**EmergencyServiceAddressResource**](EmergencyServiceAddressResource.md) | | [optional] 18 **Shipping** | [**ShippingResource**](ShippingResource.md) | | [optional] 19 **BoxBillingId** | **int32** | Box billing identifier of a device. Applicable only for HardPhones. It is an alternative way to identify the device to be ordered. Either model structure, or boxBillingId must be specified for HardPhone | [optional] 20 **LinePooling** | **string** | Pooling type of a deviceHost - device with standalone paid phone line which can be linked to Glip/Softphone instanceGuest - device with a linked phone lineNone - device without a phone line or with specific line (free, BLA, etc.) = ['Host', 'Guest', 'None'] | [optional] 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24