Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 336 Bytes

File metadata and controls

20 lines (14 loc) · 336 Bytes

Zernio::AdTreeAdSetAdSetBudget

Properties

Name Type Description Notes
amount Float [optional]
type String [optional]

Example

require 'zernio-sdk'

instance = Zernio::AdTreeAdSetAdSetBudget.new(
  amount: null,
  type: null
)