Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 4.02 KB

File metadata and controls

155 lines (84 loc) · 4.02 KB

ImportSkillRequestSource

Properties

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]

Methods

NewImportSkillRequestSource

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

NewImportSkillRequestSourceWithDefaults

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

GetType

func (o *ImportSkillRequestSource) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ImportSkillRequestSource) SetType(v string)

SetType sets Type field to given value.

GetUrl

func (o *ImportSkillRequestSource) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *ImportSkillRequestSource) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ImportSkillRequestSource) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetRepo

func (o *ImportSkillRequestSource) GetRepo() string

GetRepo returns the Repo field if non-nil, zero value otherwise.

GetRepoOk

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.

SetRepo

func (o *ImportSkillRequestSource) SetRepo(v string)

SetRepo sets Repo field to given value.

HasRepo

func (o *ImportSkillRequestSource) HasRepo() bool

HasRepo returns a boolean if a field has been set.

GetPath

func (o *ImportSkillRequestSource) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

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.

SetPath

func (o *ImportSkillRequestSource) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *ImportSkillRequestSource) HasPath() bool

HasPath returns a boolean if a field has been set.

GetVersion

func (o *ImportSkillRequestSource) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ImportSkillRequestSource) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ImportSkillRequestSource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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