Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Apps | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Deployments | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewSourceLinks() *SourceLinks
NewSourceLinks instantiates a new SourceLinks 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 NewSourceLinksWithDefaults() *SourceLinks
NewSourceLinksWithDefaults instantiates a new SourceLinks 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 *SourceLinks) GetOrganization() ListAccountsForStack200ResponseLinksStack
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *SourceLinks) GetOrganizationOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceLinks) SetOrganization(v ListAccountsForStack200ResponseLinksStack)
SetOrganization sets Organization field to given value.
func (o *SourceLinks) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *SourceLinks) GetApps() ListAccountsForStack200ResponseLinksStack
GetApps returns the Apps field if non-nil, zero value otherwise.
func (o *SourceLinks) GetAppsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetAppsOk returns a tuple with the Apps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceLinks) SetApps(v ListAccountsForStack200ResponseLinksStack)
SetApps sets Apps field to given value.
func (o *SourceLinks) HasApps() bool
HasApps returns a boolean if a field has been set.
func (o *SourceLinks) GetDeployments() ListAccountsForStack200ResponseLinksStack
GetDeployments returns the Deployments field if non-nil, zero value otherwise.
func (o *SourceLinks) GetDeploymentsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetDeploymentsOk returns a tuple with the Deployments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceLinks) SetDeployments(v ListAccountsForStack200ResponseLinksStack)
SetDeployments sets Deployments field to given value.
func (o *SourceLinks) HasDeployments() bool
HasDeployments returns a boolean if a field has been set.
func (o *SourceLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *SourceLinks) 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 *SourceLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *SourceLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.