| Name | Type | Description | Notes |
|---|---|---|---|
| Days | Pointer to int64 | [optional] | |
| Display | HistoryFieldset | ||
| End | time.Time | ||
| Plan | string | ||
| Raw | HistoryFieldsetRaw | ||
| Start | time.Time |
func NewHistory(display HistoryFieldset, end time.Time, plan string, raw HistoryFieldsetRaw, start time.Time, ) *History
NewHistory instantiates a new History 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 NewHistoryWithDefaults() *History
NewHistoryWithDefaults instantiates a new History 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 *History) GetDays() int64
GetDays returns the Days field if non-nil, zero value otherwise.
func (o *History) GetDaysOk() (*int64, bool)
GetDaysOk returns a tuple with the Days field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *History) SetDays(v int64)
SetDays sets Days field to given value.
func (o *History) HasDays() bool
HasDays returns a boolean if a field has been set.
func (o *History) GetDisplay() HistoryFieldset
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *History) GetDisplayOk() (*HistoryFieldset, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *History) SetDisplay(v HistoryFieldset)
SetDisplay sets Display field to given value.
func (o *History) GetEnd() time.Time
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *History) GetEndOk() (*time.Time, 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 *History) SetEnd(v time.Time)
SetEnd sets End field to given value.
func (o *History) GetPlan() string
GetPlan returns the Plan field if non-nil, zero value otherwise.
func (o *History) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *History) SetPlan(v string)
SetPlan sets Plan field to given value.
func (o *History) GetRaw() HistoryFieldsetRaw
GetRaw returns the Raw field if non-nil, zero value otherwise.
func (o *History) GetRawOk() (*HistoryFieldsetRaw, bool)
GetRawOk returns a tuple with the Raw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *History) SetRaw(v HistoryFieldsetRaw)
SetRaw sets Raw field to given value.
func (o *History) GetStart() time.Time
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *History) GetStartOk() (*time.Time, 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 *History) SetStart(v time.Time)
SetStart sets Start field to given value.