Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.31 KB

ReleaseLinks.md

File metadata and controls

108 lines (59 loc) · 3.31 KB

ReleaseLinks

Properties

Name Type Description Notes
Service Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Containers Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewReleaseLinks

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

NewReleaseLinksWithDefaults

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

GetService

func (o *ReleaseLinks) GetService() ListAccountsForStack200ResponseLinksStack

GetService returns the Service field if non-nil, zero value otherwise.

GetServiceOk

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.

SetService

func (o *ReleaseLinks) SetService(v ListAccountsForStack200ResponseLinksStack)

SetService sets Service field to given value.

HasService

func (o *ReleaseLinks) HasService() bool

HasService returns a boolean if a field has been set.

GetContainers

func (o *ReleaseLinks) GetContainers() ListAccountsForStack200ResponseLinksStack

GetContainers returns the Containers field if non-nil, zero value otherwise.

GetContainersOk

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.

SetContainers

func (o *ReleaseLinks) SetContainers(v ListAccountsForStack200ResponseLinksStack)

SetContainers sets Containers field to given value.

HasContainers

func (o *ReleaseLinks) HasContainers() bool

HasContainers returns a boolean if a field has been set.

GetSelf

func (o *ReleaseLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

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.

SetSelf

func (o *ReleaseLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *ReleaseLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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