# TalonOne::ListCampaignStoreBudgetsStore ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | | **integration_id** | **String** | | **name** | **String** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ListCampaignStoreBudgetsStore.new(id: null, integration_id: null, name: null) ```