Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

DatabaseImageLinks.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

DatabaseImageLinks

Properties

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

Methods

NewDatabaseImageLinks

func NewDatabaseImageLinks() *DatabaseImageLinks

NewDatabaseImageLinks instantiates a new DatabaseImageLinks 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

NewDatabaseImageLinksWithDefaults

func NewDatabaseImageLinksWithDefaults() *DatabaseImageLinks

NewDatabaseImageLinksWithDefaults instantiates a new DatabaseImageLinks 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

GetDatabase

func (o *DatabaseImageLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack

GetDatabase returns the Database field if non-nil, zero value otherwise.

GetDatabaseOk

func (o *DatabaseImageLinks) GetDatabaseOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetDatabase

func (o *DatabaseImageLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)

SetDatabase sets Database field to given value.

HasDatabase

func (o *DatabaseImageLinks) HasDatabase() bool

HasDatabase returns a boolean if a field has been set.

GetSelf

func (o *DatabaseImageLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *DatabaseImageLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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