Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.44 KB

ExperimentEnabledPeriodRep.md

File metadata and controls

82 lines (45 loc) · 2.44 KB

ExperimentEnabledPeriodRep

Properties

Name Type Description Notes
StartDate Pointer to int64 [optional]
StopDate Pointer to int64 [optional]

Methods

NewExperimentEnabledPeriodRep

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

NewExperimentEnabledPeriodRepWithDefaults

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

GetStartDate

func (o *ExperimentEnabledPeriodRep) GetStartDate() int64

GetStartDate returns the StartDate field if non-nil, zero value otherwise.

GetStartDateOk

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.

SetStartDate

func (o *ExperimentEnabledPeriodRep) SetStartDate(v int64)

SetStartDate sets StartDate field to given value.

HasStartDate

func (o *ExperimentEnabledPeriodRep) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

GetStopDate

func (o *ExperimentEnabledPeriodRep) GetStopDate() int64

GetStopDate returns the StopDate field if non-nil, zero value otherwise.

GetStopDateOk

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.

SetStopDate

func (o *ExperimentEnabledPeriodRep) SetStopDate(v int64)

SetStopDate sets StopDate field to given value.

HasStopDate

func (o *ExperimentEnabledPeriodRep) HasStopDate() bool

HasStopDate returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]