Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.36 KB

File metadata and controls

82 lines (45 loc) · 2.36 KB

ImportSkill201Response

Properties

Name Type Description Notes
Skill Pointer to map[string]interface{} [optional]
Message Pointer to string [optional]

Methods

NewImportSkill201Response

func NewImportSkill201Response() *ImportSkill201Response

NewImportSkill201Response instantiates a new ImportSkill201Response 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

NewImportSkill201ResponseWithDefaults

func NewImportSkill201ResponseWithDefaults() *ImportSkill201Response

NewImportSkill201ResponseWithDefaults instantiates a new ImportSkill201Response 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 *ImportSkill201Response) GetSkill() map[string]interface{}

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

GetSkillOk

func (o *ImportSkill201Response) GetSkillOk() (*map[string]interface{}, 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 *ImportSkill201Response) SetSkill(v map[string]interface{})

SetSkill sets Skill field to given value.

HasSkill

func (o *ImportSkill201Response) HasSkill() bool

HasSkill returns a boolean if a field has been set.

GetMessage

func (o *ImportSkill201Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ImportSkill201Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *ImportSkill201Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ImportSkill201Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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