Name | Type | Description | Notes |
---|---|---|---|
Ongoing | Pointer to []Campaign | [optional] | |
Upcoming | Pointer to []Campaign | [optional] |
func NewListCampaignResponse() *ListCampaignResponse
NewListCampaignResponse instantiates a new ListCampaignResponse 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 NewListCampaignResponseWithDefaults() *ListCampaignResponse
NewListCampaignResponseWithDefaults instantiates a new ListCampaignResponse 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 *ListCampaignResponse) GetOngoing() []Campaign
GetOngoing returns the Ongoing field if non-nil, zero value otherwise.
func (o *ListCampaignResponse) GetOngoingOk() (*[]Campaign, bool)
GetOngoingOk returns a tuple with the Ongoing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCampaignResponse) SetOngoing(v []Campaign)
SetOngoing sets Ongoing field to given value.
func (o *ListCampaignResponse) HasOngoing() bool
HasOngoing returns a boolean if a field has been set.
func (o *ListCampaignResponse) GetUpcoming() []Campaign
GetUpcoming returns the Upcoming field if non-nil, zero value otherwise.
func (o *ListCampaignResponse) GetUpcomingOk() (*[]Campaign, bool)
GetUpcomingOk returns a tuple with the Upcoming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCampaignResponse) SetUpcoming(v []Campaign)
SetUpcoming sets Upcoming field to given value.
func (o *ListCampaignResponse) HasUpcoming() bool
HasUpcoming returns a boolean if a field has been set.