Name | Type | Description | Notes |
---|---|---|---|
Start | Pointer to CampaignScheduleMonthlyStart | [optional] | |
End | Pointer to CampaignScheduleMonthlyEnd | [optional] | |
Position | Pointer to int32 | Week during the month in which our campaign start, 1/2/3 means first/second/last, -1/-2 means Last/secondLast | [optional] |
Type | Pointer to string | [optional] |
func NewCampaignScheduleMonthly() *CampaignScheduleMonthly
NewCampaignScheduleMonthly instantiates a new CampaignScheduleMonthly 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 NewCampaignScheduleMonthlyWithDefaults() *CampaignScheduleMonthly
NewCampaignScheduleMonthlyWithDefaults instantiates a new CampaignScheduleMonthly 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 *CampaignScheduleMonthly) GetStart() CampaignScheduleMonthlyStart
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *CampaignScheduleMonthly) GetStartOk() (*CampaignScheduleMonthlyStart, 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 *CampaignScheduleMonthly) SetStart(v CampaignScheduleMonthlyStart)
SetStart sets Start field to given value.
func (o *CampaignScheduleMonthly) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *CampaignScheduleMonthly) GetEnd() CampaignScheduleMonthlyEnd
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *CampaignScheduleMonthly) GetEndOk() (*CampaignScheduleMonthlyEnd, 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 *CampaignScheduleMonthly) SetEnd(v CampaignScheduleMonthlyEnd)
SetEnd sets End field to given value.
func (o *CampaignScheduleMonthly) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *CampaignScheduleMonthly) GetPosition() int32
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *CampaignScheduleMonthly) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignScheduleMonthly) SetPosition(v int32)
SetPosition sets Position field to given value.
func (o *CampaignScheduleMonthly) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *CampaignScheduleMonthly) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CampaignScheduleMonthly) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignScheduleMonthly) SetType(v string)
SetType sets Type field to given value.
func (o *CampaignScheduleMonthly) HasType() bool
HasType returns a boolean if a field has been set.