| Name | Type | Description | Notes |
|---|---|---|---|
| Namespace | string | ||
| Source | ImportSkillCollectionRequestSource | ||
| Tags | Pointer to []string | [optional] | |
| InstalledBy | Pointer to string | [optional] |
func NewImportSkillCollectionRequest(namespace string, source ImportSkillCollectionRequestSource, ) *ImportSkillCollectionRequest
NewImportSkillCollectionRequest instantiates a new ImportSkillCollectionRequest 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 NewImportSkillCollectionRequestWithDefaults() *ImportSkillCollectionRequest
NewImportSkillCollectionRequestWithDefaults instantiates a new ImportSkillCollectionRequest 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 *ImportSkillCollectionRequest) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequest) 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.
func (o *ImportSkillCollectionRequest) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ImportSkillCollectionRequest) GetSource() ImportSkillCollectionRequestSource
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequest) GetSourceOk() (*ImportSkillCollectionRequestSource, 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 *ImportSkillCollectionRequest) SetSource(v ImportSkillCollectionRequestSource)
SetSource sets Source field to given value.
func (o *ImportSkillCollectionRequest) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequest) 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 *ImportSkillCollectionRequest) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ImportSkillCollectionRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ImportSkillCollectionRequest) GetInstalledBy() string
GetInstalledBy returns the InstalledBy field if non-nil, zero value otherwise.
func (o *ImportSkillCollectionRequest) 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 *ImportSkillCollectionRequest) SetInstalledBy(v string)
SetInstalledBy sets InstalledBy field to given value.
func (o *ImportSkillCollectionRequest) HasInstalledBy() bool
HasInstalledBy returns a boolean if a field has been set.