| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Platform ad account ID (e.g. act_123) | [optional] |
| name | String | [optional] | |
| currency | String | [optional] | |
| status | String | [optional] |
require 'zernio-sdk'
instance = Zernio::ListAdAccounts200ResponseAccountsInner.new(
id: null,
name: null,
currency: null,
status: null
)