Name | Type | Description | Notes |
---|---|---|---|
StartDate | Pointer to int64 | [optional] | |
StopDate | Pointer to int64 | [optional] |
func NewExperimentEnabledPeriodRep() *ExperimentEnabledPeriodRep
NewExperimentEnabledPeriodRep instantiates a new ExperimentEnabledPeriodRep 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 NewExperimentEnabledPeriodRepWithDefaults() *ExperimentEnabledPeriodRep
NewExperimentEnabledPeriodRepWithDefaults instantiates a new ExperimentEnabledPeriodRep 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 *ExperimentEnabledPeriodRep) GetStartDate() int64
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *ExperimentEnabledPeriodRep) GetStartDateOk() (*int64, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExperimentEnabledPeriodRep) SetStartDate(v int64)
SetStartDate sets StartDate field to given value.
func (o *ExperimentEnabledPeriodRep) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (o *ExperimentEnabledPeriodRep) GetStopDate() int64
GetStopDate returns the StopDate field if non-nil, zero value otherwise.
func (o *ExperimentEnabledPeriodRep) GetStopDateOk() (*int64, bool)
GetStopDateOk returns a tuple with the StopDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExperimentEnabledPeriodRep) SetStopDate(v int64)
SetStopDate sets StopDate field to given value.
func (o *ExperimentEnabledPeriodRep) HasStopDate() bool
HasStopDate returns a boolean if a field has been set.