Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Configuration | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Image | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Source | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewDeploymentLinks() *DeploymentLinks
NewDeploymentLinks instantiates a new DeploymentLinks 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 NewDeploymentLinksWithDefaults() *DeploymentLinks
NewDeploymentLinksWithDefaults instantiates a new DeploymentLinks 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 *DeploymentLinks) GetApp() ListAccountsForStack200ResponseLinksStack
GetApp returns the App field if non-nil, zero value otherwise.
func (o *DeploymentLinks) GetAppOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentLinks) SetApp(v ListAccountsForStack200ResponseLinksStack)
SetApp sets App field to given value.
func (o *DeploymentLinks) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *DeploymentLinks) GetConfiguration() ListAccountsForStack200ResponseLinksStack
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *DeploymentLinks) GetConfigurationOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentLinks) SetConfiguration(v ListAccountsForStack200ResponseLinksStack)
SetConfiguration sets Configuration field to given value.
func (o *DeploymentLinks) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *DeploymentLinks) GetImage() ListAccountsForStack200ResponseLinksStack
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *DeploymentLinks) GetImageOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentLinks) SetImage(v ListAccountsForStack200ResponseLinksStack)
SetImage sets Image field to given value.
func (o *DeploymentLinks) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *DeploymentLinks) GetSource() ListAccountsForStack200ResponseLinksStack
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *DeploymentLinks) 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 *DeploymentLinks) SetSource(v ListAccountsForStack200ResponseLinksStack)
SetSource sets Source field to given value.
func (o *DeploymentLinks) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *DeploymentLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *DeploymentLinks) 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 *DeploymentLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *DeploymentLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.