Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.05 KB

RevisionActivation.md

File metadata and controls

39 lines (20 loc) · 1.05 KB

RevisionActivation

Properties

Name Type Description Notes
ActivateAt Pointer to time.Time [optional]

Methods

GetActivateAt

func (o *RevisionActivation) GetActivateAt() time.Time

GetActivateAt returns the ActivateAt field if non-nil, zero value otherwise.

GetActivateAtOk

func (o *RevisionActivation) GetActivateAtOk() (time.Time, bool)

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

HasActivateAt

func (o *RevisionActivation) HasActivateAt() bool

HasActivateAt returns a boolean if a field has been set.

SetActivateAt

func (o *RevisionActivation) SetActivateAt(v time.Time)

SetActivateAt gets a reference to the given time.Time and assigns it to the ActivateAt field.

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