Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.42 KB

File metadata and controls

186 lines (101 loc) · 5.42 KB

SyncSkillCollection200Response

Properties

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]

Methods

NewSyncSkillCollection200Response

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

NewSyncSkillCollection200ResponseWithDefaults

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

GetNamespace

func (o *SyncSkillCollection200Response) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

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.

SetNamespace

func (o *SyncSkillCollection200Response) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *SyncSkillCollection200Response) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetSynced

func (o *SyncSkillCollection200Response) GetSynced() int32

GetSynced returns the Synced field if non-nil, zero value otherwise.

GetSyncedOk

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.

SetSynced

func (o *SyncSkillCollection200Response) SetSynced(v int32)

SetSynced sets Synced field to given value.

HasSynced

func (o *SyncSkillCollection200Response) HasSynced() bool

HasSynced returns a boolean if a field has been set.

GetCreated

func (o *SyncSkillCollection200Response) GetCreated() int32

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *SyncSkillCollection200Response) SetCreated(v int32)

SetCreated sets Created field to given value.

HasCreated

func (o *SyncSkillCollection200Response) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetFailed

func (o *SyncSkillCollection200Response) GetFailed() int32

GetFailed returns the Failed field if non-nil, zero value otherwise.

GetFailedOk

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.

SetFailed

func (o *SyncSkillCollection200Response) SetFailed(v int32)

SetFailed sets Failed field to given value.

HasFailed

func (o *SyncSkillCollection200Response) HasFailed() bool

HasFailed returns a boolean if a field has been set.

GetRemovedFromSource

func (o *SyncSkillCollection200Response) GetRemovedFromSource() []string

GetRemovedFromSource returns the RemovedFromSource field if non-nil, zero value otherwise.

GetRemovedFromSourceOk

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.

SetRemovedFromSource

func (o *SyncSkillCollection200Response) SetRemovedFromSource(v []string)

SetRemovedFromSource sets RemovedFromSource field to given value.

HasRemovedFromSource

func (o *SyncSkillCollection200Response) HasRemovedFromSource() bool

HasRemovedFromSource returns a boolean if a field has been set.

GetSkills

func (o *SyncSkillCollection200Response) GetSkills() []map[string]interface{}

GetSkills returns the Skills field if non-nil, zero value otherwise.

GetSkillsOk

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.

SetSkills

func (o *SyncSkillCollection200Response) SetSkills(v []map[string]interface{})

SetSkills sets Skills field to given value.

HasSkills

func (o *SyncSkillCollection200Response) HasSkills() bool

HasSkills returns a boolean if a field has been set.

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