| Name | Type | Description | Notes |
|---|---|---|---|
| ad_account_id | String | [optional] | |
| currency | String | [optional] | |
| prediction | RfPrediction | [optional] |
require 'zernio-sdk'
instance = Zernio::CreateRfPrediction201Response.new(
ad_account_id: null,
currency: null,
prediction: null
)