| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Changelog | Pointer to string | [optional] | |
| Date | Pointer to string | ISO Date String | [optional] |
func NewStackVersionInfo() *StackVersionInfo
NewStackVersionInfo instantiates a new StackVersionInfo 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 NewStackVersionInfoWithDefaults() *StackVersionInfo
NewStackVersionInfoWithDefaults instantiates a new StackVersionInfo 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 *StackVersionInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StackVersionInfo) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackVersionInfo) SetId(v string)
SetId sets Id field to given value.
func (o *StackVersionInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StackVersionInfo) GetChangelog() string
GetChangelog returns the Changelog field if non-nil, zero value otherwise.
func (o *StackVersionInfo) 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 *StackVersionInfo) SetChangelog(v string)
SetChangelog sets Changelog field to given value.
func (o *StackVersionInfo) HasChangelog() bool
HasChangelog returns a boolean if a field has been set.
func (o *StackVersionInfo) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *StackVersionInfo) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackVersionInfo) SetDate(v string)
SetDate sets Date field to given value.
func (o *StackVersionInfo) HasDate() bool
HasDate returns a boolean if a field has been set.