Sha256: 940670acce55b035d6fd6c0c6923e8b27515f26ac0618afef274790590253953

Contents?: true

Size: 1.24 KB

Versions: 18

Compression:

Stored size: 1.24 KB

Contents

# SunshineConversationsClient::AndroidUpdateAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_id** | **String** | Your project ID from your generated private key file. | [optional] 
**client_email** | **String** | Your client email from your generated private key file. | [optional] 
**private_key** | **String** | Your private key from your generated private key file. | [optional] 
**server_key** | **String** | Your server key from the fcm console. | [optional] 
**sender_id** | **String** | Your sender id from the fcm console. | [optional] 
**can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the android integration. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::AndroidUpdateAllOf.new(project_id: <project-id>,
                                 client_email: <client-email>,
                                 private_key: <private-key>,
                                 server_key: <server-key>,
                                 sender_id: <sender-id>,
                                 can_user_create_more_conversations: null)
```


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.3.3 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.3.2 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.3.1 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.3.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.2.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.1.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-14.0.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-13.2.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-13.1.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-13.0.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.8.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.7.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.6.2 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.6.1 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.6.0 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.5.1 docs/AndroidUpdateAllOf.md
sunshine-conversations-client-12.4.0 docs/AndroidUpdateAllOf.md