Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.54 KB

File metadata and controls

51 lines (28 loc) · 1.54 KB

ActivityTimes

Properties

Name Type Description Notes
RecordedTime time.Time Timestamp of the activity.

Methods

NewActivityTimes

func NewActivityTimes(recordedTime time.Time, ) *ActivityTimes

NewActivityTimes instantiates a new ActivityTimes 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

NewActivityTimesWithDefaults

func NewActivityTimesWithDefaults() *ActivityTimes

NewActivityTimesWithDefaults instantiates a new ActivityTimes 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

GetRecordedTime

func (o *ActivityTimes) GetRecordedTime() time.Time

GetRecordedTime returns the RecordedTime field if non-nil, zero value otherwise.

GetRecordedTimeOk

func (o *ActivityTimes) GetRecordedTimeOk() (*time.Time, bool)

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

SetRecordedTime

func (o *ActivityTimes) SetRecordedTime(v time.Time)

SetRecordedTime sets RecordedTime field to given value.

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