Name | Type | Description | Notes |
---|---|---|---|
ActivateAt | Pointer to time.Time | [optional] |
func (o *RevisionActivation) GetActivateAt() time.Time
GetActivateAt returns the ActivateAt field if non-nil, zero value otherwise.
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.
func (o *RevisionActivation) HasActivateAt() bool
HasActivateAt returns a boolean if a field has been set.
func (o *RevisionActivation) SetActivateAt(v time.Time)
SetActivateAt gets a reference to the given time.Time and assigns it to the ActivateAt field.