Name | Type | Description | Notes |
---|---|---|---|
CampaignHistory | []CampaignEventResult |
func NewGetCampaignResults200ResponseData(campaignHistory []CampaignEventResult, ) *GetCampaignResults200ResponseData
NewGetCampaignResults200ResponseData instantiates a new GetCampaignResults200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetCampaignResults200ResponseDataWithDefaults() *GetCampaignResults200ResponseData
NewGetCampaignResults200ResponseDataWithDefaults instantiates a new GetCampaignResults200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetCampaignResults200ResponseData) GetCampaignHistory() []CampaignEventResult
GetCampaignHistory returns the CampaignHistory field if non-nil, zero value otherwise.
func (o *GetCampaignResults200ResponseData) GetCampaignHistoryOk() (*[]CampaignEventResult, bool)
GetCampaignHistoryOk returns a tuple with the CampaignHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCampaignResults200ResponseData) SetCampaignHistory(v []CampaignEventResult)
SetCampaignHistory sets CampaignHistory field to given value.