Sha256: c135b12d492d826bec8e9360cc2ff32ba862af07753ca42b33fafffbe51984bd
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 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 | | ## Example ```ruby require 'messente_api' instance = MessenteApi::GroupResponseFields.new( id: null, name: null, created_on: null, contacts_count: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/GroupResponseFields.md |
messente_api-2.2.0 | docs/GroupResponseFields.md |
messente_api-2.1.0 | docs/GroupResponseFields.md |