| Name | Type | Description | Notes |
|---|---|---|---|
| Namespace | Pointer to string | [optional] | |
| Imported | Pointer to int32 | [optional] | |
| Failed | Pointer to int32 | [optional] | |
| Skills | Pointer to []map[string]interface{} | [optional] | |
| Errors | Pointer to []map[string]interface{} | [optional] |
func NewImportSkillCollection201Response() *ImportSkillCollection201Response
NewImportSkillCollection201Response instantiates a new ImportSkillCollection201Response 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 NewImportSkillCollection201ResponseWithDefaults() *ImportSkillCollection201Response
NewImportSkillCollection201ResponseWithDefaults instantiates a new ImportSkillCollection201Response 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 *ImportSkillCollection201Response) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ImportSkillCollection201Response) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollection201Response) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ImportSkillCollection201Response) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ImportSkillCollection201Response) GetImported() int32
GetImported returns the Imported field if non-nil, zero value otherwise.
func (o *ImportSkillCollection201Response) GetImportedOk() (*int32, bool)
GetImportedOk returns a tuple with the Imported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollection201Response) SetImported(v int32)
SetImported sets Imported field to given value.
func (o *ImportSkillCollection201Response) HasImported() bool
HasImported returns a boolean if a field has been set.
func (o *ImportSkillCollection201Response) GetFailed() int32
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *ImportSkillCollection201Response) GetFailedOk() (*int32, bool)
GetFailedOk returns a tuple with the Failed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollection201Response) SetFailed(v int32)
SetFailed sets Failed field to given value.
func (o *ImportSkillCollection201Response) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (o *ImportSkillCollection201Response) GetSkills() []map[string]interface{}
GetSkills returns the Skills field if non-nil, zero value otherwise.
func (o *ImportSkillCollection201Response) GetSkillsOk() (*[]map[string]interface{}, bool)
GetSkillsOk returns a tuple with the Skills field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollection201Response) SetSkills(v []map[string]interface{})
SetSkills sets Skills field to given value.
func (o *ImportSkillCollection201Response) HasSkills() bool
HasSkills returns a boolean if a field has been set.
func (o *ImportSkillCollection201Response) GetErrors() []map[string]interface{}
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *ImportSkillCollection201Response) GetErrorsOk() (*[]map[string]interface{}, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillCollection201Response) SetErrors(v []map[string]interface{})
SetErrors sets Errors field to given value.
func (o *ImportSkillCollection201Response) HasErrors() bool
HasErrors returns a boolean if a field has been set.