Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

PrereleaseCommandLinks.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

PrereleaseCommandLinks

Properties

Name Type Description Notes
App Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewPrereleaseCommandLinks

func NewPrereleaseCommandLinks() *PrereleaseCommandLinks

NewPrereleaseCommandLinks instantiates a new PrereleaseCommandLinks 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

NewPrereleaseCommandLinksWithDefaults

func NewPrereleaseCommandLinksWithDefaults() *PrereleaseCommandLinks

NewPrereleaseCommandLinksWithDefaults instantiates a new PrereleaseCommandLinks 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 *PrereleaseCommandLinks) GetApp() ListAccountsForStack200ResponseLinksStack

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

GetAppOk

func (o *PrereleaseCommandLinks) 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 *PrereleaseCommandLinks) SetApp(v ListAccountsForStack200ResponseLinksStack)

SetApp sets App field to given value.

HasApp

func (o *PrereleaseCommandLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetSelf

func (o *PrereleaseCommandLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

func (o *PrereleaseCommandLinks) 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 *PrereleaseCommandLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *PrereleaseCommandLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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