Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.72 KB

SshPortalConnectionLinks.md

File metadata and controls

82 lines (45 loc) · 2.72 KB

SshPortalConnectionLinks

Properties

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

Methods

NewSshPortalConnectionLinks

func NewSshPortalConnectionLinks() *SshPortalConnectionLinks

NewSshPortalConnectionLinks instantiates a new SshPortalConnectionLinks 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

NewSshPortalConnectionLinksWithDefaults

func NewSshPortalConnectionLinksWithDefaults() *SshPortalConnectionLinks

NewSshPortalConnectionLinksWithDefaults instantiates a new SshPortalConnectionLinks 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

GetOperation

func (o *SshPortalConnectionLinks) GetOperation() ListAccountsForStack200ResponseLinksStack

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

func (o *SshPortalConnectionLinks) GetOperationOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetOperation

func (o *SshPortalConnectionLinks) SetOperation(v ListAccountsForStack200ResponseLinksStack)

SetOperation sets Operation field to given value.

HasOperation

func (o *SshPortalConnectionLinks) HasOperation() bool

HasOperation returns a boolean if a field has been set.

GetSelf

func (o *SshPortalConnectionLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *SshPortalConnectionLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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