Name | Type | Description | Notes |
---|---|---|---|
Source | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Next | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Prev | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewListAppsForSource200ResponseLinks() *ListAppsForSource200ResponseLinks
NewListAppsForSource200ResponseLinks instantiates a new ListAppsForSource200ResponseLinks 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 NewListAppsForSource200ResponseLinksWithDefaults() *ListAppsForSource200ResponseLinks
NewListAppsForSource200ResponseLinksWithDefaults instantiates a new ListAppsForSource200ResponseLinks 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 *ListAppsForSource200ResponseLinks) GetSource() ListAccountsForStack200ResponseLinksStack
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ListAppsForSource200ResponseLinks) GetSourceOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAppsForSource200ResponseLinks) SetSource(v ListAccountsForStack200ResponseLinksStack)
SetSource sets Source field to given value.
func (o *ListAppsForSource200ResponseLinks) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *ListAppsForSource200ResponseLinks) GetNext() ListAccountsForStack200ResponseLinksStack
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *ListAppsForSource200ResponseLinks) GetNextOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAppsForSource200ResponseLinks) SetNext(v ListAccountsForStack200ResponseLinksStack)
SetNext sets Next field to given value.
func (o *ListAppsForSource200ResponseLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *ListAppsForSource200ResponseLinks) GetPrev() ListAccountsForStack200ResponseLinksStack
GetPrev returns the Prev field if non-nil, zero value otherwise.
func (o *ListAppsForSource200ResponseLinks) GetPrevOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetPrevOk returns a tuple with the Prev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAppsForSource200ResponseLinks) SetPrev(v ListAccountsForStack200ResponseLinksStack)
SetPrev sets Prev field to given value.
func (o *ListAppsForSource200ResponseLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.
func (o *ListAppsForSource200ResponseLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *ListAppsForSource200ResponseLinks) GetSelfOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAppsForSource200ResponseLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *ListAppsForSource200ResponseLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.