Sha256: 7146282e35dc2fb107ac655e5c34cb51352d7e5685b9fe484e9b55d45b428a81

Contents?: true

Size: 652 Bytes

Versions: 9

Compression:

Stored size: 652 Bytes

Contents

# MessenteApi::GroupResponseFields

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Id string in UUID format | 
**name** | **String** | The name of the group | 
**created_on** | **String** | When the group was created | [optional] 
**contacts_count** | **Integer** | The count of contacts in the group | 

## Code Sample

```ruby
require 'MessenteApi'

instance = MessenteApi::GroupResponseFields.new(id: null,
                                 name: null,
                                 created_on: null,
                                 contacts_count: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
messente_api-1.4.0 docs/GroupResponseFields.md
messente_api-1.3.1 docs/GroupResponseFields.md
messente_api-1.3.0 docs/GroupResponseFields.md
messente_api-1.2.2 docs/GroupResponseFields.md
messente_api-1.2.1 docs/GroupResponseFields.md
messente_api-1.2.0 docs/GroupResponseFields.md
messente_api-1.1.0 docs/GroupResponseFields.md
messente_api-1.0.3 docs/GroupResponseFields.md
messente_api-1.0.2 docs/GroupResponseFields.md