Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.3 KB

BeginBoundedTimeRangeAllOf.md

File metadata and controls

77 lines (42 loc) · 2.3 KB

BeginBoundedTimeRangeAllOf

Properties

Name Type Description Notes
From TimeRangeBoundary
To Pointer to TimeRangeBoundary [optional]

Methods

NewBeginBoundedTimeRangeAllOf

func NewBeginBoundedTimeRangeAllOf(from TimeRangeBoundary, ) *BeginBoundedTimeRangeAllOf

NewBeginBoundedTimeRangeAllOf instantiates a new BeginBoundedTimeRangeAllOf 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

NewBeginBoundedTimeRangeAllOfWithDefaults

func NewBeginBoundedTimeRangeAllOfWithDefaults() *BeginBoundedTimeRangeAllOf

NewBeginBoundedTimeRangeAllOfWithDefaults instantiates a new BeginBoundedTimeRangeAllOf 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

GetFrom

func (o *BeginBoundedTimeRangeAllOf) GetFrom() TimeRangeBoundary

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

func (o *BeginBoundedTimeRangeAllOf) GetFromOk() (*TimeRangeBoundary, bool)

GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFrom

func (o *BeginBoundedTimeRangeAllOf) SetFrom(v TimeRangeBoundary)

SetFrom sets From field to given value.

GetTo

func (o *BeginBoundedTimeRangeAllOf) GetTo() TimeRangeBoundary

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

func (o *BeginBoundedTimeRangeAllOf) GetToOk() (*TimeRangeBoundary, bool)

GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTo

func (o *BeginBoundedTimeRangeAllOf) SetTo(v TimeRangeBoundary)

SetTo sets To field to given value.

HasTo

func (o *BeginBoundedTimeRangeAllOf) HasTo() bool

HasTo returns a boolean if a field has been set.

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