Sha256: 4c7f5a87a344fad7ecbcd910ca2082fcae5ef3622de86e1d468816d95b14475f
Contents?: true
Size: 798 Bytes
Versions: 5
Compression:
Stored size: 798 Bytes
Contents
# SmoochApi::Client ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | An identifier for the client. Must be globally unique. | **active** | **BOOLEAN** | Flag indicating if the client is active. | [optional] **last_seen** | **String** | The date time the client was last seen. | [optional] **platform** | **String** | The client's platform. | **push_notification_token** | **String** | The GCM or APN token to be used for sending push notifications to the device. Applies to only *android* and *ios* clients. | [optional] **app_version** | **String** | A reserved string field for reporting the app version running on the device. | [optional] **info** | [**ClientInfo**](ClientInfo.md) | | [optional]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
smooch-api-1.4.0 | docs/Client.md |
smooch-api-1.3.0 | docs/Client.md |
smooch-api-1.2.0 | docs/Client.md |
smooch-api-1.1.0 | docs/Client.md |
smooch-api-1.0.0 | docs/Client.md |