Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 2.3 KB

WorkspaceDetailsItemLinks.md

File metadata and controls

76 lines (43 loc) · 2.3 KB

WorkspaceDetailsItemLinks

Properties

Name Type Description Notes
Related HalLinkData
Self HalLinkData

Methods

NewWorkspaceDetailsItemLinks

func NewWorkspaceDetailsItemLinks(related HalLinkData, self HalLinkData, ) *WorkspaceDetailsItemLinks

NewWorkspaceDetailsItemLinks instantiates a new WorkspaceDetailsItemLinks 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

NewWorkspaceDetailsItemLinksWithDefaults

func NewWorkspaceDetailsItemLinksWithDefaults() *WorkspaceDetailsItemLinks

NewWorkspaceDetailsItemLinksWithDefaults instantiates a new WorkspaceDetailsItemLinks 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

GetRelated

func (o *WorkspaceDetailsItemLinks) GetRelated() HalLinkData

GetRelated returns the Related field if non-nil, zero value otherwise.

GetRelatedOk

func (o *WorkspaceDetailsItemLinks) GetRelatedOk() (*HalLinkData, bool)

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

SetRelated

func (o *WorkspaceDetailsItemLinks) SetRelated(v HalLinkData)

SetRelated sets Related field to given value.

GetSelf

func (o *WorkspaceDetailsItemLinks) GetSelf() HalLinkData

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

GetSelfOk

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

SetSelf sets Self field to given value.

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