| Name | Type | Description | Notes |
|---|---|---|---|
| Links | NullableWorkspaceRepositoryContentManagerLinks | ||
| Metadata | NullableCommonMetadata | ||
| FetchDepth | Pointer to NullableInt32 | Number of commits to fetch. 0 indicates all history for all branches and tags | [optional] [default to 1] |
| Name | string | ID of the repository. | [readonly] |
| Reference | NullableString | The branch, tag or SHA to checkout | |
| RepositoryUrl | string | repository URL to clone it from | |
| Scm | string | Source Control Management system to use | |
| Submodules | Pointer to bool | Whether to checkout submodules: `true` to checkout submodules recursively | [optional] [default to true] |
| Title | Pointer to NullableString | Optional human readable name of the repository. | [optional] |
func NewWorkspaceRepositoryContentManager(links NullableWorkspaceRepositoryContentManagerLinks, metadata NullableCommonMetadata, name string, reference NullableString, repositoryUrl string, scm string, ) *WorkspaceRepositoryContentManager
NewWorkspaceRepositoryContentManager instantiates a new WorkspaceRepositoryContentManager 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 NewWorkspaceRepositoryContentManagerWithDefaults() *WorkspaceRepositoryContentManager
NewWorkspaceRepositoryContentManagerWithDefaults instantiates a new WorkspaceRepositoryContentManager 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 *WorkspaceRepositoryContentManager) GetLinks() WorkspaceRepositoryContentManagerLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) GetLinksOk() (*WorkspaceRepositoryContentManagerLinks, 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 *WorkspaceRepositoryContentManager) SetLinks(v WorkspaceRepositoryContentManagerLinks)
SetLinks sets Links field to given value.
func (o *WorkspaceRepositoryContentManager) SetLinksNil(b bool)
SetLinksNil sets the value for Links to be an explicit nil
func (o *WorkspaceRepositoryContentManager) UnsetLinks()
UnsetLinks ensures that no value is present for Links, not even an explicit nil
func (o *WorkspaceRepositoryContentManager) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) 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 *WorkspaceRepositoryContentManager) SetMetadata(v CommonMetadata)
SetMetadata sets Metadata field to given value.
func (o *WorkspaceRepositoryContentManager) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *WorkspaceRepositoryContentManager) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *WorkspaceRepositoryContentManager) GetFetchDepth() int32
GetFetchDepth returns the FetchDepth field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) GetFetchDepthOk() (*int32, bool)
GetFetchDepthOk returns a tuple with the FetchDepth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceRepositoryContentManager) SetFetchDepth(v int32)
SetFetchDepth sets FetchDepth field to given value.
func (o *WorkspaceRepositoryContentManager) HasFetchDepth() bool
HasFetchDepth returns a boolean if a field has been set.
func (o *WorkspaceRepositoryContentManager) SetFetchDepthNil(b bool)
SetFetchDepthNil sets the value for FetchDepth to be an explicit nil
func (o *WorkspaceRepositoryContentManager) UnsetFetchDepth()
UnsetFetchDepth ensures that no value is present for FetchDepth, not even an explicit nil
func (o *WorkspaceRepositoryContentManager) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) 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 *WorkspaceRepositoryContentManager) SetName(v string)
SetName sets Name field to given value.
func (o *WorkspaceRepositoryContentManager) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceRepositoryContentManager) SetReference(v string)
SetReference sets Reference field to given value.
func (o *WorkspaceRepositoryContentManager) SetReferenceNil(b bool)
SetReferenceNil sets the value for Reference to be an explicit nil
func (o *WorkspaceRepositoryContentManager) UnsetReference()
UnsetReference ensures that no value is present for Reference, not even an explicit nil
func (o *WorkspaceRepositoryContentManager) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceRepositoryContentManager) SetRepositoryUrl(v string)
SetRepositoryUrl sets RepositoryUrl field to given value.
func (o *WorkspaceRepositoryContentManager) GetScm() string
GetScm returns the Scm field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) GetScmOk() (*string, bool)
GetScmOk returns a tuple with the Scm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceRepositoryContentManager) SetScm(v string)
SetScm sets Scm field to given value.
func (o *WorkspaceRepositoryContentManager) GetSubmodules() bool
GetSubmodules returns the Submodules field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) GetSubmodulesOk() (*bool, bool)
GetSubmodulesOk returns a tuple with the Submodules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkspaceRepositoryContentManager) SetSubmodules(v bool)
SetSubmodules sets Submodules field to given value.
func (o *WorkspaceRepositoryContentManager) HasSubmodules() bool
HasSubmodules returns a boolean if a field has been set.
func (o *WorkspaceRepositoryContentManager) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *WorkspaceRepositoryContentManager) 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 *WorkspaceRepositoryContentManager) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *WorkspaceRepositoryContentManager) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *WorkspaceRepositoryContentManager) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *WorkspaceRepositoryContentManager) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil