Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.53 KB

File metadata and controls

108 lines (59 loc) · 3.53 KB

ListSkillCollections200ResponseCollectionsInner

Properties

Name Type Description Notes
Namespace Pointer to string [optional]
Count Pointer to int32 [optional]
Skills Pointer to []string [optional]

Methods

NewListSkillCollections200ResponseCollectionsInner

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

NewListSkillCollections200ResponseCollectionsInnerWithDefaults

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

GetNamespace

func (o *ListSkillCollections200ResponseCollectionsInner) GetNamespace() string

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

GetNamespaceOk

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.

SetNamespace

func (o *ListSkillCollections200ResponseCollectionsInner) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *ListSkillCollections200ResponseCollectionsInner) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetCount

func (o *ListSkillCollections200ResponseCollectionsInner) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *ListSkillCollections200ResponseCollectionsInner) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *ListSkillCollections200ResponseCollectionsInner) HasCount() bool

HasCount returns a boolean if a field has been set.

GetSkills

func (o *ListSkillCollections200ResponseCollectionsInner) GetSkills() []string

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

GetSkillsOk

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.

SetSkills

func (o *ListSkillCollections200ResponseCollectionsInner) SetSkills(v []string)

SetSkills sets Skills field to given value.

HasSkills

func (o *ListSkillCollections200ResponseCollectionsInner) HasSkills() bool

HasSkills returns a boolean if a field has been set.

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