| Name | Type | Description | Notes |
|---|---|---|---|
| ad_account_id | String | [optional] | |
| creative_id | String | Platform creative id, reusable via existingCreativeId. | [optional] |
require 'zernio-sdk'
instance = Zernio::CreateAdCreative201Response.new(
ad_account_id: null,
creative_id: null
)