Name | Type | Description | Notes |
---|---|---|---|
Start | Pointer to CampaignScheduleWeeklyStart | [optional] | |
End | Pointer to CampaignScheduleWeeklyEnd | [optional] | |
Type | Pointer to string | [optional] |
func NewCampaignScheduleWeekly() *CampaignScheduleWeekly
NewCampaignScheduleWeekly instantiates a new CampaignScheduleWeekly 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 NewCampaignScheduleWeeklyWithDefaults() *CampaignScheduleWeekly
NewCampaignScheduleWeeklyWithDefaults instantiates a new CampaignScheduleWeekly 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 *CampaignScheduleWeekly) GetStart() CampaignScheduleWeeklyStart
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *CampaignScheduleWeekly) GetStartOk() (*CampaignScheduleWeeklyStart, 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 *CampaignScheduleWeekly) SetStart(v CampaignScheduleWeeklyStart)
SetStart sets Start field to given value.
func (o *CampaignScheduleWeekly) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *CampaignScheduleWeekly) GetEnd() CampaignScheduleWeeklyEnd
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *CampaignScheduleWeekly) GetEndOk() (*CampaignScheduleWeeklyEnd, 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 *CampaignScheduleWeekly) SetEnd(v CampaignScheduleWeeklyEnd)
SetEnd sets End field to given value.
func (o *CampaignScheduleWeekly) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *CampaignScheduleWeekly) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CampaignScheduleWeekly) 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 *CampaignScheduleWeekly) SetType(v string)
SetType sets Type field to given value.
func (o *CampaignScheduleWeekly) HasType() bool
HasType returns a boolean if a field has been set.