Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 466 Bytes

File metadata and controls

22 lines (16 loc) · 466 Bytes

Zernio::CreateRfPrediction201Response

Properties

Name Type Description Notes
ad_account_id String [optional]
currency String [optional]
prediction RfPrediction [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateRfPrediction201Response.new(
  ad_account_id: null,
  currency: null,
  prediction: null
)