Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 591 Bytes

ListCampaignStoreBudgets.md

File metadata and controls

23 lines (16 loc) · 591 Bytes

TalonOne::ListCampaignStoreBudgets

Properties

Name Type Description Notes
store ListCampaignStoreBudgetsStore
limit Integer
action String
period String [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ListCampaignStoreBudgets.new(store: null,
                                 limit: null,
                                 action: null,
                                 period: null)