Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.79 KB

ProcessLinks.md

File metadata and controls

160 lines (87 loc) · 3.79 KB

ProcessLinks

Properties

Name Type Description Notes
App Pointer to Link [optional]
Scale Pointer to Link [optional]
Self Pointer to Link [optional]
Space Pointer to Link [optional]
Stats Pointer to Link [optional]

Methods

NewProcessLinks

func NewProcessLinks() *ProcessLinks

NewProcessLinks instantiates a new ProcessLinks 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

NewProcessLinksWithDefaults

func NewProcessLinksWithDefaults() *ProcessLinks

NewProcessLinksWithDefaults instantiates a new ProcessLinks 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 *ProcessLinks) GetApp() Link

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

GetAppOk

func (o *ProcessLinks) GetAppOk() (*Link, 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 *ProcessLinks) SetApp(v Link)

SetApp sets App field to given value.

HasApp

func (o *ProcessLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetScale

func (o *ProcessLinks) GetScale() Link

GetScale returns the Scale field if non-nil, zero value otherwise.

GetScaleOk

func (o *ProcessLinks) GetScaleOk() (*Link, bool)

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

SetScale

func (o *ProcessLinks) SetScale(v Link)

SetScale sets Scale field to given value.

HasScale

func (o *ProcessLinks) HasScale() bool

HasScale returns a boolean if a field has been set.

GetSelf

func (o *ProcessLinks) GetSelf() Link

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

GetSelfOk

func (o *ProcessLinks) GetSelfOk() (*Link, 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 *ProcessLinks) SetSelf(v Link)

SetSelf sets Self field to given value.

HasSelf

func (o *ProcessLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetSpace

func (o *ProcessLinks) GetSpace() Link

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

func (o *ProcessLinks) GetSpaceOk() (*Link, bool)

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

SetSpace

func (o *ProcessLinks) SetSpace(v Link)

SetSpace sets Space field to given value.

HasSpace

func (o *ProcessLinks) HasSpace() bool

HasSpace returns a boolean if a field has been set.

GetStats

func (o *ProcessLinks) GetStats() Link

GetStats returns the Stats field if non-nil, zero value otherwise.

GetStatsOk

func (o *ProcessLinks) GetStatsOk() (*Link, bool)

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

SetStats

func (o *ProcessLinks) SetStats(v Link)

SetStats sets Stats field to given value.

HasStats

func (o *ProcessLinks) HasStats() bool

HasStats returns a boolean if a field has been set.

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