Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.91 KB

GetCampaignResults200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.91 KB

GetCampaignResults200ResponseData

Properties

Name Type Description Notes
CampaignHistory []CampaignEventResult

Methods

NewGetCampaignResults200ResponseData

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

NewGetCampaignResults200ResponseDataWithDefaults

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

GetCampaignHistory

func (o *GetCampaignResults200ResponseData) GetCampaignHistory() []CampaignEventResult

GetCampaignHistory returns the CampaignHistory field if non-nil, zero value otherwise.

GetCampaignHistoryOk

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.

SetCampaignHistory

func (o *GetCampaignResults200ResponseData) SetCampaignHistory(v []CampaignEventResult)

SetCampaignHistory sets CampaignHistory field to given value.

[Back to Model list] [Back to API list] [Back to README]