Sha256: ee1d52681c84132b9ac3cd6e39e337dc32f0939fc89abad29e6e50ec80374dae

Contents?: true

Size: 916 Bytes

Versions: 47

Compression:

Stored size: 916 Bytes

Contents

# SunshineConversationsClient::Profile

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**given_name** | **String** | The user's given name (first name). | [optional] 
**surname** | **String** | The user's surname (last name). | [optional] 
**email** | **String** | The user's email address. | [optional] 
**avatar_url** | **String** | The user's avatar. | [optional] 
**locale** | **String** | End-user's locale information in BCP 47 format. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Profile.new(given_name: Jane,
                                 surname: Doe,
                                 email: jane.doe@gmail.com,
                                 avatar_url: https://s3.amazonaws.com/avatar.jpg,
                                 locale: fr-CA)
```


Version data entries

47 entries across 47 versions & 1 rubygems

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