Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.39 KB

CodeScanResultLinks.md

File metadata and controls

108 lines (59 loc) · 3.39 KB

CodeScanResultLinks

Properties

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

Methods

NewCodeScanResultLinks

func NewCodeScanResultLinks() *CodeScanResultLinks

NewCodeScanResultLinks instantiates a new CodeScanResultLinks 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

NewCodeScanResultLinksWithDefaults

func NewCodeScanResultLinksWithDefaults() *CodeScanResultLinks

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

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

GetAppOk

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

SetApp sets App field to given value.

HasApp

func (o *CodeScanResultLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetOperation

func (o *CodeScanResultLinks) GetOperation() ListAccountsForStack200ResponseLinksStack

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

GetOperationOk

func (o *CodeScanResultLinks) 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 *CodeScanResultLinks) SetOperation(v ListAccountsForStack200ResponseLinksStack)

SetOperation sets Operation field to given value.

HasOperation

func (o *CodeScanResultLinks) HasOperation() bool

HasOperation returns a boolean if a field has been set.

GetSelf

func (o *CodeScanResultLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *CodeScanResultLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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