# TalonOne::ListCampaignStoreBudgets ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store** | [**ListCampaignStoreBudgetsStore**](ListCampaignStoreBudgetsStore.md) | | **limit** | **Integer** | | **action** | **String** | | **period** | **String** | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ListCampaignStoreBudgets.new(store: null, limit: null, action: null, period: null) ```