Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.2 KB

ImageLinks.md

File metadata and controls

108 lines (59 loc) · 3.2 KB

ImageLinks

Properties

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

Methods

NewImageLinks

func NewImageLinks() *ImageLinks

NewImageLinks instantiates a new ImageLinks 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

NewImageLinksWithDefaults

func NewImageLinksWithDefaults() *ImageLinks

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

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

GetAppOk

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

SetApp sets App field to given value.

HasApp

func (o *ImageLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetOperations

func (o *ImageLinks) GetOperations() ListAccountsForStack200ResponseLinksStack

GetOperations returns the Operations field if non-nil, zero value otherwise.

GetOperationsOk

func (o *ImageLinks) GetOperationsOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetOperationsOk returns a tuple with the Operations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOperations

func (o *ImageLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)

SetOperations sets Operations field to given value.

HasOperations

func (o *ImageLinks) HasOperations() bool

HasOperations returns a boolean if a field has been set.

GetSelf

func (o *ImageLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *ImageLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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