# TalonOne::CampaignGroupEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaign_groups** | **Array<Integer>** | The IDs of the campaign groups that own this entity. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignGroupEntity.new(campaign_groups: null) ```