Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.54 KB

File metadata and controls

124 lines (67 loc) · 3.54 KB

ImportSkillCollectionRequestSource

Properties

Name Type Description Notes
Type string
Repo string
Path Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewImportSkillCollectionRequestSource

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

NewImportSkillCollectionRequestSourceWithDefaults

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

GetType

func (o *ImportSkillCollectionRequestSource) GetType() string

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

GetTypeOk

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.

SetType

func (o *ImportSkillCollectionRequestSource) SetType(v string)

SetType sets Type field to given value.

GetRepo

func (o *ImportSkillCollectionRequestSource) GetRepo() string

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

GetRepoOk

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.

SetRepo

func (o *ImportSkillCollectionRequestSource) SetRepo(v string)

SetRepo sets Repo field to given value.

GetPath

func (o *ImportSkillCollectionRequestSource) GetPath() string

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

GetPathOk

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.

SetPath

func (o *ImportSkillCollectionRequestSource) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *ImportSkillCollectionRequestSource) HasPath() bool

HasPath returns a boolean if a field has been set.

GetVersion

func (o *ImportSkillCollectionRequestSource) GetVersion() string

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

GetVersionOk

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.

SetVersion

func (o *ImportSkillCollectionRequestSource) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ImportSkillCollectionRequestSource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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