Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.82 KB

Iso8601TimeRangeBoundaryAllOf.md

File metadata and controls

51 lines (28 loc) · 1.82 KB

Iso8601TimeRangeBoundaryAllOf

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

NewIso8601TimeRangeBoundaryAllOf

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

NewIso8601TimeRangeBoundaryAllOfWithDefaults

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

GetIso8601Time

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

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

GetIso8601TimeOk

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.

SetIso8601Time

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

SetIso8601Time sets Iso8601Time field to given value.

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