github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GetDeviceInfoResponse.md (about)

     1  # GetDeviceInfoResponse
     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  **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] 
    11  **Serial** | **string** | Serial number for HardPhone (is returned only when the phone is shipped and provisioned); endpoint_id for softphone and mobile applications | [optional] 
    12  **ComputerName** | **string** | PC name for softphone | [optional] 
    13  **Model** | [**ModelInfo**](ModelInfo.md) |  | [optional] 
    14  **Extension** | [**ExtensionInfoIntId**](ExtensionInfoIntId.md) |  | [optional] 
    15  **EmergencyServiceAddress** | [**EmergencyAddressInfo**](EmergencyAddressInfo.md) |  | [optional] 
    16  **PhoneLines** | [**[]PhoneLinesInfo**](PhoneLinesInfo.md) | Phone lines information | [optional] 
    17  **Shipping** | [**ShippingInfo**](ShippingInfo.md) |  | [optional] 
    18  **BoxBillingId** | **int32** | Box billing identifier of a device. Applicable only for HardPhones. It is an alternative way to identify the device to be ordered. EitherT? model  structure, or  boxBillingId  must be specified forT?HardPhone | [optional] 
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22