Skip to content
RegistrationInfo.md 1.13 KiB
Newer Older
Kevin Di Lallo's avatar
Kevin Di Lallo committed
# RegistrationInfo
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**appMobilityServiceId** | [**String**](string.md) | The identifier of registered application mobility service. Shall be absent in POST requests, and present otherwise. | [optional] [default to null]
**deviceInformation** | [**List**](RegistrationInfoDeviceInformation.md) | If present, it specifies the device served by the application instance which is registering is registering the Application Mobility Service. | [optional] [default to null]
Yann Garcia's avatar
Yann Garcia committed
**expiryTime** | [**Integer**](integer.md) | If present, it indicates the time of Application Mobility Service expiration from the time of registration accepted.The value \"0\" means infinite time, i.e. no expiration.The unit of expiry time is one second. | [optional] [default to null]
**serviceConsumerId** | [**RegistrationInfoServiceConsumerId**](RegistrationInfoServiceConsumerId.md) |  | [default to null]
Kevin Di Lallo's avatar
Kevin Di Lallo committed

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)