| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Repo | string | ||
| Path | Pointer to string | [optional] | |
| Version | Pointer to string | [optional] |
func NewImportSkillCollectionRequestSource(type_ string, repo string, ) *ImportSkillCollectionRequestSource
NewImportSkillCollectionRequestSource instantiates a new ImportSkillCollectionRequestSource 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 NewImportSkillCollectionRequestSourceWithDefaults() *ImportSkillCollectionRequestSource
NewImportSkillCollectionRequestSourceWithDefaults instantiates a new ImportSkillCollectionRequestSource 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 *ImportSkillCollectionRequestSource) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequestSource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollectionRequestSource) SetType(v string)
SetType sets Type field to given value.
func (o *ImportSkillCollectionRequestSource) GetRepo() string
GetRepo returns the Repo field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequestSource) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollectionRequestSource) SetRepo(v string)
SetRepo sets Repo field to given value.
func (o *ImportSkillCollectionRequestSource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequestSource) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollectionRequestSource) SetPath(v string)
SetPath sets Path field to given value.
func (o *ImportSkillCollectionRequestSource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *ImportSkillCollectionRequestSource) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequestSource) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollectionRequestSource) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ImportSkillCollectionRequestSource) HasVersion() bool
HasVersion returns a boolean if a field has been set.