| Name | Type | Description | Notes |
|---|---|---|---|
| Links | NullableWorkspaceSourceItemLinks | ||
| Metadata | NullableCommonMetadata | ||
| Deprecated | bool | True if this workspace source is scheduled to be no longer supported by the service. | [readonly] |
| DeprecationInfo | Pointer to DeprecationInfo | [optional] | |
| Description | Pointer to string | More details about this workspace source type. | [optional] [readonly] |
| Name | string | Unique ID of the Workspace Source. | [readonly] |
| Title | string | Human readable name of the Workspace source. | [readonly] |
func NewWorkspaceSourceItem(links NullableWorkspaceSourceItemLinks, metadata NullableCommonMetadata, deprecated bool, name string, title string, ) *WorkspaceSourceItem
NewWorkspaceSourceItem instantiates a new WorkspaceSourceItem 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
func NewWorkspaceSourceItemWithDefaults() *WorkspaceSourceItem
NewWorkspaceSourceItemWithDefaults instantiates a new WorkspaceSourceItem 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
func (o *WorkspaceSourceItem) GetLinks() WorkspaceSourceItemLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetLinksOk() (*WorkspaceSourceItemLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetLinks(v WorkspaceSourceItemLinks)
SetLinks sets Links field to given value.
func (o *WorkspaceSourceItem) SetLinksNil(b bool)
SetLinksNil sets the value for Links to be an explicit nil
func (o *WorkspaceSourceItem) UnsetLinks()
UnsetLinks ensures that no value is present for Links, not even an explicit nil
func (o *WorkspaceSourceItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetMetadata(v CommonMetadata)
SetMetadata sets Metadata field to given value.
func (o *WorkspaceSourceItem) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *WorkspaceSourceItem) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *WorkspaceSourceItem) GetDeprecated() bool
GetDeprecated returns the Deprecated field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetDeprecatedOk() (*bool, bool)
GetDeprecatedOk returns a tuple with the Deprecated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetDeprecated(v bool)
SetDeprecated sets Deprecated field to given value.
func (o *WorkspaceSourceItem) GetDeprecationInfo() DeprecationInfo
GetDeprecationInfo returns the DeprecationInfo field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
GetDeprecationInfoOk returns a tuple with the DeprecationInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetDeprecationInfo(v DeprecationInfo)
SetDeprecationInfo sets DeprecationInfo field to given value.
func (o *WorkspaceSourceItem) HasDeprecationInfo() bool
HasDeprecationInfo returns a boolean if a field has been set.
func (o *WorkspaceSourceItem) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *WorkspaceSourceItem) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *WorkspaceSourceItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetName(v string)
SetName sets Name field to given value.
func (o *WorkspaceSourceItem) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *WorkspaceSourceItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceSourceItem) SetTitle(v string)
SetTitle sets Title field to given value.