Name | Type | Description | Notes |
---|---|---|---|
Iso8601Time | time.Time | Starting point in time as a string in ISO 8601 format. For example `2018-10-01T11:10:20.52+01:00` |
func NewIso8601TimeRangeBoundaryAllOf(iso8601Time time.Time, ) *Iso8601TimeRangeBoundaryAllOf
NewIso8601TimeRangeBoundaryAllOf instantiates a new Iso8601TimeRangeBoundaryAllOf 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 NewIso8601TimeRangeBoundaryAllOfWithDefaults() *Iso8601TimeRangeBoundaryAllOf
NewIso8601TimeRangeBoundaryAllOfWithDefaults instantiates a new Iso8601TimeRangeBoundaryAllOf 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 *Iso8601TimeRangeBoundaryAllOf) GetIso8601Time() time.Time
GetIso8601Time returns the Iso8601Time field if non-nil, zero value otherwise.
func (o *Iso8601TimeRangeBoundaryAllOf) GetIso8601TimeOk() (*time.Time, bool)
GetIso8601TimeOk returns a tuple with the Iso8601Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Iso8601TimeRangeBoundaryAllOf) SetIso8601Time(v time.Time)
SetIso8601Time sets Iso8601Time field to given value.