Skip to content

Latest commit

 

History

History
107 lines (60 loc) · 3.14 KB

WorkspaceSourceItemLinks.md

File metadata and controls

107 lines (60 loc) · 3.14 KB

WorkspaceSourceItemLinks

Properties

Name Type Description Notes
Collection Pointer to HalLinkData [optional]
Create Pointer to HalLinkData [optional]
Self HalLinkData

Methods

NewWorkspaceSourceItemLinks

func NewWorkspaceSourceItemLinks(self HalLinkData, ) *WorkspaceSourceItemLinks

NewWorkspaceSourceItemLinks instantiates a new WorkspaceSourceItemLinks 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

NewWorkspaceSourceItemLinksWithDefaults

func NewWorkspaceSourceItemLinksWithDefaults() *WorkspaceSourceItemLinks

NewWorkspaceSourceItemLinksWithDefaults instantiates a new WorkspaceSourceItemLinks 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

GetCollection

func (o *WorkspaceSourceItemLinks) GetCollection() HalLinkData

GetCollection returns the Collection field if non-nil, zero value otherwise.

GetCollectionOk

func (o *WorkspaceSourceItemLinks) GetCollectionOk() (*HalLinkData, bool)

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

SetCollection

func (o *WorkspaceSourceItemLinks) SetCollection(v HalLinkData)

SetCollection sets Collection field to given value.

HasCollection

func (o *WorkspaceSourceItemLinks) HasCollection() bool

HasCollection returns a boolean if a field has been set.

GetCreate

func (o *WorkspaceSourceItemLinks) GetCreate() HalLinkData

GetCreate returns the Create field if non-nil, zero value otherwise.

GetCreateOk

func (o *WorkspaceSourceItemLinks) GetCreateOk() (*HalLinkData, bool)

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

SetCreate

func (o *WorkspaceSourceItemLinks) SetCreate(v HalLinkData)

SetCreate sets Create field to given value.

HasCreate

func (o *WorkspaceSourceItemLinks) HasCreate() bool

HasCreate returns a boolean if a field has been set.

GetSelf

func (o *WorkspaceSourceItemLinks) GetSelf() HalLinkData

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

GetSelfOk

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

SetSelf sets Self field to given value.

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