| Name | Type | Description | Notes |
|---|---|---|---|
| Skill | Pointer to GetSkill200ResponseSkill | [optional] |
func NewGetSkill200Response() *GetSkill200Response
NewGetSkill200Response instantiates a new GetSkill200Response 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 NewGetSkill200ResponseWithDefaults() *GetSkill200Response
NewGetSkill200ResponseWithDefaults instantiates a new GetSkill200Response 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 *GetSkill200Response) GetSkill() GetSkill200ResponseSkill
GetSkill returns the Skill field if non-nil, zero value otherwise.
func (o *GetSkill200Response) GetSkillOk() (*GetSkill200ResponseSkill, bool)
GetSkillOk returns a tuple with the Skill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSkill200Response) SetSkill(v GetSkill200ResponseSkill)
SetSkill sets Skill field to given value.
func (o *GetSkill200Response) HasSkill() bool
HasSkill returns a boolean if a field has been set.