| Name | Type | Description | Notes |
|---|---|---|---|
| Source | ImportSkillRequestSource | ||
| Name | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| Tags | Pointer to []string | [optional] | |
| TriggerCondition | Pointer to string | [optional] | |
| RequiredTools | Pointer to []string | [optional] | |
| DisableModelInvocation | Pointer to bool | [optional] | |
| AllowedTools | Pointer to []string | [optional] | |
| InstalledBy | Pointer to string | [optional] |
func NewImportSkillRequest(source ImportSkillRequestSource, ) *ImportSkillRequest
NewImportSkillRequest instantiates a new ImportSkillRequest 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 NewImportSkillRequestWithDefaults() *ImportSkillRequest
NewImportSkillRequestWithDefaults instantiates a new ImportSkillRequest 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 *ImportSkillRequest) GetSource() ImportSkillRequestSource
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetSourceOk() (*ImportSkillRequestSource, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetSource(v ImportSkillRequestSource)
SetSource sets Source field to given value.
func (o *ImportSkillRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ImportSkillRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ImportSkillRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ImportSkillRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetTriggerCondition() string
GetTriggerCondition returns the TriggerCondition field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetTriggerConditionOk() (*string, bool)
GetTriggerConditionOk returns a tuple with the TriggerCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetTriggerCondition(v string)
SetTriggerCondition sets TriggerCondition field to given value.
func (o *ImportSkillRequest) HasTriggerCondition() bool
HasTriggerCondition returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetRequiredTools() []string
GetRequiredTools returns the RequiredTools field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetRequiredToolsOk() (*[]string, bool)
GetRequiredToolsOk returns a tuple with the RequiredTools field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetRequiredTools(v []string)
SetRequiredTools sets RequiredTools field to given value.
func (o *ImportSkillRequest) HasRequiredTools() bool
HasRequiredTools returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetDisableModelInvocation() bool
GetDisableModelInvocation returns the DisableModelInvocation field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetDisableModelInvocationOk() (*bool, bool)
GetDisableModelInvocationOk returns a tuple with the DisableModelInvocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetDisableModelInvocation(v bool)
SetDisableModelInvocation sets DisableModelInvocation field to given value.
func (o *ImportSkillRequest) HasDisableModelInvocation() bool
HasDisableModelInvocation returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetAllowedTools() []string
GetAllowedTools returns the AllowedTools field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetAllowedToolsOk() (*[]string, bool)
GetAllowedToolsOk returns a tuple with the AllowedTools field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetAllowedTools(v []string)
SetAllowedTools sets AllowedTools field to given value.
func (o *ImportSkillRequest) HasAllowedTools() bool
HasAllowedTools returns a boolean if a field has been set.
func (o *ImportSkillRequest) GetInstalledBy() string
GetInstalledBy returns the InstalledBy field if non-nil, zero value otherwise.
func (o *ImportSkillRequest) GetInstalledByOk() (*string, bool)
GetInstalledByOk returns a tuple with the InstalledBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSkillRequest) SetInstalledBy(v string)
SetInstalledBy sets InstalledBy field to given value.
func (o *ImportSkillRequest) HasInstalledBy() bool
HasInstalledBy returns a boolean if a field has been set.