Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Campaign event id | [optional] |
Name | Pointer to string | Campaign event name | [optional] |
Start | Pointer to string | Campaign event start date | [optional] |
End | Pointer to string | Campaign event end date | [optional] |
Status | Pointer to CampaignEventDetailsStatus | [optional] | |
CampaignType | Pointer to string | Type of campaign | [optional] |
CampaignId | Pointer to string | Id of the campaign for this event | [optional] |
func NewCampaignEventDetails() *CampaignEventDetails
NewCampaignEventDetails instantiates a new CampaignEventDetails 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 NewCampaignEventDetailsWithDefaults() *CampaignEventDetails
NewCampaignEventDetailsWithDefaults instantiates a new CampaignEventDetails 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 *CampaignEventDetails) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetId(v string)
SetId sets Id field to given value.
func (o *CampaignEventDetails) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CampaignEventDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetName(v string)
SetName sets Name field to given value.
func (o *CampaignEventDetails) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CampaignEventDetails) GetStart() string
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetStart(v string)
SetStart sets Start field to given value.
func (o *CampaignEventDetails) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *CampaignEventDetails) GetEnd() string
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetEnd(v string)
SetEnd sets End field to given value.
func (o *CampaignEventDetails) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *CampaignEventDetails) GetStatus() CampaignEventDetailsStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetStatusOk() (*CampaignEventDetailsStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetStatus(v CampaignEventDetailsStatus)
SetStatus sets Status field to given value.
func (o *CampaignEventDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CampaignEventDetails) GetCampaignType() string
GetCampaignType returns the CampaignType field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetCampaignTypeOk() (*string, bool)
GetCampaignTypeOk returns a tuple with the CampaignType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetCampaignType(v string)
SetCampaignType sets CampaignType field to given value.
func (o *CampaignEventDetails) HasCampaignType() bool
HasCampaignType returns a boolean if a field has been set.
func (o *CampaignEventDetails) GetCampaignId() string
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *CampaignEventDetails) GetCampaignIdOk() (*string, bool)
GetCampaignIdOk returns a tuple with the CampaignId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventDetails) SetCampaignId(v string)
SetCampaignId sets CampaignId field to given value.
func (o *CampaignEventDetails) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.