| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| sender_id | String | [optional] | |
| is_active | Boolean | [optional] | |
| created_at | Time | [optional] |
require 'zernio-sdk'
instance = Zernio::ListSmsSenderIds200ResponseSenderIdsInner.new(
id: null,
sender_id: null,
is_active: null,
created_at: null
)