| Name | Type | Description | Notes |
|---|---|---|---|
| Namespace | Pointer to string | [optional] | |
| Synced | Pointer to int32 | [optional] | |
| Created | Pointer to int32 | [optional] | |
| Failed | Pointer to int32 | [optional] | |
| RemovedFromSource | Pointer to []string | [optional] | |
| Skills | Pointer to []map[string]interface{} | [optional] |
func NewSyncSkillCollection200Response() *SyncSkillCollection200Response
NewSyncSkillCollection200Response instantiates a new SyncSkillCollection200Response 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 NewSyncSkillCollection200ResponseWithDefaults() *SyncSkillCollection200Response
NewSyncSkillCollection200ResponseWithDefaults instantiates a new SyncSkillCollection200Response 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 *SyncSkillCollection200Response) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *SyncSkillCollection200Response) 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 *SyncSkillCollection200Response) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *SyncSkillCollection200Response) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *SyncSkillCollection200Response) GetSynced() int32
GetSynced returns the Synced field if non-nil, zero value otherwise.
func (o *SyncSkillCollection200Response) GetSyncedOk() (*int32, bool)
GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyncSkillCollection200Response) SetSynced(v int32)
SetSynced sets Synced field to given value.
func (o *SyncSkillCollection200Response) HasSynced() bool
HasSynced returns a boolean if a field has been set.
func (o *SyncSkillCollection200Response) GetCreated() int32
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *SyncSkillCollection200Response) GetCreatedOk() (*int32, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyncSkillCollection200Response) SetCreated(v int32)
SetCreated sets Created field to given value.
func (o *SyncSkillCollection200Response) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *SyncSkillCollection200Response) GetFailed() int32
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *SyncSkillCollection200Response) 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 *SyncSkillCollection200Response) SetFailed(v int32)
SetFailed sets Failed field to given value.
func (o *SyncSkillCollection200Response) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (o *SyncSkillCollection200Response) GetRemovedFromSource() []string
GetRemovedFromSource returns the RemovedFromSource field if non-nil, zero value otherwise.
func (o *SyncSkillCollection200Response) GetRemovedFromSourceOk() (*[]string, bool)
GetRemovedFromSourceOk returns a tuple with the RemovedFromSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyncSkillCollection200Response) SetRemovedFromSource(v []string)
SetRemovedFromSource sets RemovedFromSource field to given value.
func (o *SyncSkillCollection200Response) HasRemovedFromSource() bool
HasRemovedFromSource returns a boolean if a field has been set.
func (o *SyncSkillCollection200Response) GetSkills() []map[string]interface{}
GetSkills returns the Skills field if non-nil, zero value otherwise.
func (o *SyncSkillCollection200Response) 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 *SyncSkillCollection200Response) SetSkills(v []map[string]interface{})
SetSkills sets Skills field to given value.
func (o *SyncSkillCollection200Response) HasSkills() bool
HasSkills returns a boolean if a field has been set.