Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.75 KB

Iso8601TimeRangeBoundary.md

File metadata and controls

51 lines (28 loc) · 1.75 KB

Iso8601TimeRangeBoundary

Properties

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`

Methods

NewIso8601TimeRangeBoundary

func NewIso8601TimeRangeBoundary(iso8601Time time.Time, ) *Iso8601TimeRangeBoundary

NewIso8601TimeRangeBoundary instantiates a new Iso8601TimeRangeBoundary 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

NewIso8601TimeRangeBoundaryWithDefaults

func NewIso8601TimeRangeBoundaryWithDefaults() *Iso8601TimeRangeBoundary

NewIso8601TimeRangeBoundaryWithDefaults instantiates a new Iso8601TimeRangeBoundary 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

GetIso8601Time

func (o *Iso8601TimeRangeBoundary) GetIso8601Time() time.Time

GetIso8601Time returns the Iso8601Time field if non-nil, zero value otherwise.

GetIso8601TimeOk

func (o *Iso8601TimeRangeBoundary) 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.

SetIso8601Time

func (o *Iso8601TimeRangeBoundary) SetIso8601Time(v time.Time)

SetIso8601Time sets Iso8601Time field to given value.

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