Sha256: c4a4cfeacd7ce9287c0d503109b805b68b98a651906c42cbfc8ae348d32fcddd

Contents?: true

Size: 1.01 KB

Versions: 10

Compression:

Stored size: 1.01 KB

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] 
**display_name** | **String** | The client's display name. | [optional] 
**info** | [**ClientInfo**](ClientInfo.md) |  | [optional] 
**raw** | **Object** | An Object with raw properties that vary for each client platform. All keys are optional and not guaranteed to be available. | [optional] 


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
smooch-api-4.1.0 docs/Client.md
smooch-api-4.0 docs/Client.md
smooch-api-3.19.0 docs/Client.md
smooch-api-3.17.0 docs/Client.md
smooch-api-3.16.0 docs/Client.md
smooch-api-3.15.0 docs/Client.md
smooch-api-3.14.0 docs/Client.md
smooch-api-3.13.0 docs/Client.md
smooch-api-3.12.0 docs/Client.md
smooch-api-3.11.0 docs/Client.md