Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.77 KB

File metadata and controls

108 lines (59 loc) · 2.77 KB

StackVersionInfo

Properties

Name Type Description Notes
Id Pointer to string [optional]
Changelog Pointer to string [optional]
Date Pointer to string ISO Date String [optional]

Methods

NewStackVersionInfo

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

NewStackVersionInfoWithDefaults

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

GetId

func (o *StackVersionInfo) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *StackVersionInfo) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *StackVersionInfo) HasId() bool

HasId returns a boolean if a field has been set.

GetChangelog

func (o *StackVersionInfo) GetChangelog() string

GetChangelog returns the Changelog field if non-nil, zero value otherwise.

GetChangelogOk

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.

SetChangelog

func (o *StackVersionInfo) SetChangelog(v string)

SetChangelog sets Changelog field to given value.

HasChangelog

func (o *StackVersionInfo) HasChangelog() bool

HasChangelog returns a boolean if a field has been set.

GetDate

func (o *StackVersionInfo) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

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.

SetDate

func (o *StackVersionInfo) SetDate(v string)

SetDate sets Date field to given value.

HasDate

func (o *StackVersionInfo) HasDate() bool

HasDate returns a boolean if a field has been set.

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