Name | Type | Description | Notes |
---|---|---|---|
EventResult | []CampaignEventResult |
func NewGetCampaignEventResult200ResponseData(eventResult []CampaignEventResult, ) *GetCampaignEventResult200ResponseData
NewGetCampaignEventResult200ResponseData instantiates a new GetCampaignEventResult200ResponseData 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 NewGetCampaignEventResult200ResponseDataWithDefaults() *GetCampaignEventResult200ResponseData
NewGetCampaignEventResult200ResponseDataWithDefaults instantiates a new GetCampaignEventResult200ResponseData 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 *GetCampaignEventResult200ResponseData) GetEventResult() []CampaignEventResult
GetEventResult returns the EventResult field if non-nil, zero value otherwise.
func (o *GetCampaignEventResult200ResponseData) GetEventResultOk() (*[]CampaignEventResult, bool)
GetEventResultOk returns a tuple with the EventResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCampaignEventResult200ResponseData) SetEventResult(v []CampaignEventResult)
SetEventResult sets EventResult field to given value.