Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 3.94 KB

File metadata and controls

128 lines (71 loc) · 3.94 KB

WorkspaceRepositoryContentManagerLinks

Properties

Name Type Description Notes
Clear Pointer to HalLinkData [optional]
Edit Pointer to HalLinkData [optional]
Related HalLinkData
Self HalLinkData

Methods

NewWorkspaceRepositoryContentManagerLinks

func NewWorkspaceRepositoryContentManagerLinks(related HalLinkData, self HalLinkData, ) *WorkspaceRepositoryContentManagerLinks

NewWorkspaceRepositoryContentManagerLinks instantiates a new WorkspaceRepositoryContentManagerLinks 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

NewWorkspaceRepositoryContentManagerLinksWithDefaults

func NewWorkspaceRepositoryContentManagerLinksWithDefaults() *WorkspaceRepositoryContentManagerLinks

NewWorkspaceRepositoryContentManagerLinksWithDefaults instantiates a new WorkspaceRepositoryContentManagerLinks 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

GetClear

func (o *WorkspaceRepositoryContentManagerLinks) GetClear() HalLinkData

GetClear returns the Clear field if non-nil, zero value otherwise.

GetClearOk

func (o *WorkspaceRepositoryContentManagerLinks) GetClearOk() (*HalLinkData, bool)

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

SetClear

func (o *WorkspaceRepositoryContentManagerLinks) SetClear(v HalLinkData)

SetClear sets Clear field to given value.

HasClear

func (o *WorkspaceRepositoryContentManagerLinks) HasClear() bool

HasClear returns a boolean if a field has been set.

GetEdit

func (o *WorkspaceRepositoryContentManagerLinks) GetEdit() HalLinkData

GetEdit returns the Edit field if non-nil, zero value otherwise.

GetEditOk

func (o *WorkspaceRepositoryContentManagerLinks) GetEditOk() (*HalLinkData, bool)

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

SetEdit

func (o *WorkspaceRepositoryContentManagerLinks) SetEdit(v HalLinkData)

SetEdit sets Edit field to given value.

HasEdit

func (o *WorkspaceRepositoryContentManagerLinks) HasEdit() bool

HasEdit returns a boolean if a field has been set.

GetRelated

func (o *WorkspaceRepositoryContentManagerLinks) GetRelated() HalLinkData

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

GetRelatedOk

func (o *WorkspaceRepositoryContentManagerLinks) 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 *WorkspaceRepositoryContentManagerLinks) SetRelated(v HalLinkData)

SetRelated sets Related field to given value.

GetSelf

func (o *WorkspaceRepositoryContentManagerLinks) GetSelf() HalLinkData

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

GetSelfOk

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

SetSelf sets Self field to given value.

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