Name | Type | Description | Notes |
---|---|---|---|
Service | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Containers | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewReleaseLinks() *ReleaseLinks
NewReleaseLinks instantiates a new ReleaseLinks 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 NewReleaseLinksWithDefaults() *ReleaseLinks
NewReleaseLinksWithDefaults instantiates a new ReleaseLinks 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 *ReleaseLinks) GetService() ListAccountsForStack200ResponseLinksStack
GetService returns the Service field if non-nil, zero value otherwise.
func (o *ReleaseLinks) GetServiceOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetServiceOk returns a tuple with the Service field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseLinks) SetService(v ListAccountsForStack200ResponseLinksStack)
SetService sets Service field to given value.
func (o *ReleaseLinks) HasService() bool
HasService returns a boolean if a field has been set.
func (o *ReleaseLinks) GetContainers() ListAccountsForStack200ResponseLinksStack
GetContainers returns the Containers field if non-nil, zero value otherwise.
func (o *ReleaseLinks) GetContainersOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetContainersOk returns a tuple with the Containers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseLinks) SetContainers(v ListAccountsForStack200ResponseLinksStack)
SetContainers sets Containers field to given value.
func (o *ReleaseLinks) HasContainers() bool
HasContainers returns a boolean if a field has been set.
func (o *ReleaseLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *ReleaseLinks) 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 *ReleaseLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *ReleaseLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.