Sha256: 5ac80b5b78d742076d4f5d84bac7790120dc002867d5485fd9f709bc7a0f8f50
Contents?: true
Size: 532 Bytes
Versions: 2
Compression:
Stored size: 532 Bytes
Contents
# MailSlurpClient::GroupDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **DateTime** | | **description** | **String** | | [optional] **id** | **String** | | **name** | **String** | | ## Code Sample ```ruby require 'MailSlurpClient' instance = MailSlurpClient::GroupDto.new(created_at: null, description: null, id: null, name: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | docs/GroupDto.md |
mailslurp_client-7.0.7 | docs/GroupDto.md |