Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.93 KB

DeploymentLinks.md

File metadata and controls

160 lines (87 loc) · 4.93 KB

DeploymentLinks

Properties

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]

Methods

NewDeploymentLinks

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

NewDeploymentLinksWithDefaults

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

GetApp

func (o *DeploymentLinks) GetApp() ListAccountsForStack200ResponseLinksStack

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

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.

SetApp

func (o *DeploymentLinks) SetApp(v ListAccountsForStack200ResponseLinksStack)

SetApp sets App field to given value.

HasApp

func (o *DeploymentLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetConfiguration

func (o *DeploymentLinks) GetConfiguration() ListAccountsForStack200ResponseLinksStack

GetConfiguration returns the Configuration field if non-nil, zero value otherwise.

GetConfigurationOk

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.

SetConfiguration

func (o *DeploymentLinks) SetConfiguration(v ListAccountsForStack200ResponseLinksStack)

SetConfiguration sets Configuration field to given value.

HasConfiguration

func (o *DeploymentLinks) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

GetImage

func (o *DeploymentLinks) GetImage() ListAccountsForStack200ResponseLinksStack

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *DeploymentLinks) SetImage(v ListAccountsForStack200ResponseLinksStack)

SetImage sets Image field to given value.

HasImage

func (o *DeploymentLinks) HasImage() bool

HasImage returns a boolean if a field has been set.

GetSource

func (o *DeploymentLinks) GetSource() ListAccountsForStack200ResponseLinksStack

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *DeploymentLinks) SetSource(v ListAccountsForStack200ResponseLinksStack)

SetSource sets Source field to given value.

HasSource

func (o *DeploymentLinks) HasSource() bool

HasSource returns a boolean if a field has been set.

GetSelf

func (o *DeploymentLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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.

SetSelf

func (o *DeploymentLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *DeploymentLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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