Name | Type | Description | Notes |
---|---|---|---|
Changelog | Pointer to string | [optional] | |
Latest | Pointer to string | [optional] | |
Updated | Pointer to bool | [optional] |
func NewUpdateOutput() *UpdateOutput
NewUpdateOutput instantiates a new UpdateOutput 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
func NewUpdateOutputWithDefaults() *UpdateOutput
NewUpdateOutputWithDefaults instantiates a new UpdateOutput 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
func (o *UpdateOutput) GetChangelog() string
GetChangelog returns the Changelog field if non-nil, zero value otherwise.
func (o *UpdateOutput) GetChangelogOk() (*string, bool)
GetChangelogOk returns a tuple with the Changelog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateOutput) SetChangelog(v string)
SetChangelog sets Changelog field to given value.
func (o *UpdateOutput) HasChangelog() bool
HasChangelog returns a boolean if a field has been set.
func (o *UpdateOutput) GetLatest() string
GetLatest returns the Latest field if non-nil, zero value otherwise.
func (o *UpdateOutput) GetLatestOk() (*string, bool)
GetLatestOk returns a tuple with the Latest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateOutput) SetLatest(v string)
SetLatest sets Latest field to given value.
func (o *UpdateOutput) HasLatest() bool
HasLatest returns a boolean if a field has been set.
func (o *UpdateOutput) GetUpdated() bool
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *UpdateOutput) GetUpdatedOk() (*bool, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateOutput) SetUpdated(v bool)
SetUpdated sets Updated field to given value.
func (o *UpdateOutput) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.