Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 332 Bytes

File metadata and controls

20 lines (14 loc) · 332 Bytes

Zernio::AdTreeCampaignBudget

Properties

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

Example

require 'zernio-sdk'

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