Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

File metadata and controls

56 lines (31 loc) · 1.7 KB

GetSkill200Response

Properties

Name Type Description Notes
Skill Pointer to GetSkill200ResponseSkill [optional]

Methods

NewGetSkill200Response

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

NewGetSkill200ResponseWithDefaults

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

GetSkill

func (o *GetSkill200Response) GetSkill() GetSkill200ResponseSkill

GetSkill returns the Skill field if non-nil, zero value otherwise.

GetSkillOk

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.

SetSkill

func (o *GetSkill200Response) SetSkill(v GetSkill200ResponseSkill)

SetSkill sets Skill field to given value.

HasSkill

func (o *GetSkill200Response) HasSkill() bool

HasSkill returns a boolean if a field has been set.

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