| Name | Type | Description | Notes |
|---|---|---|---|
| Namespace | Pointer to string | [optional] | |
| Count | Pointer to int32 | [optional] | |
| Skills | Pointer to []string | [optional] |
func NewListSkillCollections200ResponseCollectionsInner() *ListSkillCollections200ResponseCollectionsInner
NewListSkillCollections200ResponseCollectionsInner instantiates a new ListSkillCollections200ResponseCollectionsInner 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 NewListSkillCollections200ResponseCollectionsInnerWithDefaults() *ListSkillCollections200ResponseCollectionsInner
NewListSkillCollections200ResponseCollectionsInnerWithDefaults instantiates a new ListSkillCollections200ResponseCollectionsInner 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 *ListSkillCollections200ResponseCollectionsInner) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ListSkillCollections200ResponseCollectionsInner) 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 *ListSkillCollections200ResponseCollectionsInner) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ListSkillCollections200ResponseCollectionsInner) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ListSkillCollections200ResponseCollectionsInner) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ListSkillCollections200ResponseCollectionsInner) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSkillCollections200ResponseCollectionsInner) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ListSkillCollections200ResponseCollectionsInner) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ListSkillCollections200ResponseCollectionsInner) GetSkills() []string
GetSkills returns the Skills field if non-nil, zero value otherwise.
func (o *ListSkillCollections200ResponseCollectionsInner) GetSkillsOk() (*[]string, 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 *ListSkillCollections200ResponseCollectionsInner) SetSkills(v []string)
SetSkills sets Skills field to given value.
func (o *ListSkillCollections200ResponseCollectionsInner) HasSkills() bool
HasSkills returns a boolean if a field has been set.