Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.91 KB

GetCampaignEventResult200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.91 KB

GetCampaignEventResult200ResponseData

Properties

Name Type Description Notes
EventResult []CampaignEventResult

Methods

NewGetCampaignEventResult200ResponseData

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

NewGetCampaignEventResult200ResponseDataWithDefaults

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

GetEventResult

func (o *GetCampaignEventResult200ResponseData) GetEventResult() []CampaignEventResult

GetEventResult returns the EventResult field if non-nil, zero value otherwise.

GetEventResultOk

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.

SetEventResult

func (o *GetCampaignEventResult200ResponseData) SetEventResult(v []CampaignEventResult)

SetEventResult sets EventResult field to given value.

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