| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Url | Pointer to string | [optional] | |
| Repo | Pointer to string | [optional] | |
| Path | Pointer to string | [optional] | |
| Version | Pointer to string | [optional] |
func NewImportSkillRequestSource(type_ string, ) *ImportSkillRequestSource
NewImportSkillRequestSource instantiates a new ImportSkillRequestSource 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 NewImportSkillRequestSourceWithDefaults() *ImportSkillRequestSource
NewImportSkillRequestSourceWithDefaults instantiates a new ImportSkillRequestSource 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 *ImportSkillRequestSource) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ImportSkillRequestSource) 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 *ImportSkillRequestSource) SetType(v string)
SetType sets Type field to given value.
func (o *ImportSkillRequestSource) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ImportSkillRequestSource) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequestSource) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ImportSkillRequestSource) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *ImportSkillRequestSource) GetRepo() string
GetRepo returns the Repo field if non-nil, zero value otherwise.
func (o *ImportSkillRequestSource) 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 *ImportSkillRequestSource) SetRepo(v string)
SetRepo sets Repo field to given value.
func (o *ImportSkillRequestSource) HasRepo() bool
HasRepo returns a boolean if a field has been set.
func (o *ImportSkillRequestSource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *ImportSkillRequestSource) 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 *ImportSkillRequestSource) SetPath(v string)
SetPath sets Path field to given value.
func (o *ImportSkillRequestSource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *ImportSkillRequestSource) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ImportSkillRequestSource) 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 *ImportSkillRequestSource) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ImportSkillRequestSource) HasVersion() bool
HasVersion returns a boolean if a field has been set.