Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Version | Pointer to string | [optional] | |
Address | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
FieldValue | Pointer to []StructuresInstalledSoftwareInfoFieldValue | [optional] | |
Metadata | Pointer to StructuresSoftwareMetadata | [optional] | |
Description | Pointer to string | [optional] | |
DescriptionEn | Pointer to string | [optional] | |
Category | Pointer to []StructuresSoftwareCategory | [optional] | |
Slug | Pointer to string | [optional] | |
PostInstallAlert | Pointer to bool | [optional] | |
License | Pointer to []StructuresIssuedSoftwareLicense | [optional] |
func NewStructuresInstalledSoftwareInfo() *StructuresInstalledSoftwareInfo
NewStructuresInstalledSoftwareInfo instantiates a new StructuresInstalledSoftwareInfo 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 NewStructuresInstalledSoftwareInfoWithDefaults() *StructuresInstalledSoftwareInfo
NewStructuresInstalledSoftwareInfoWithDefaults instantiates a new StructuresInstalledSoftwareInfo 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 *StructuresInstalledSoftwareInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) 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 *StructuresInstalledSoftwareInfo) SetName(v string)
SetName sets Name field to given value.
func (o *StructuresInstalledSoftwareInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *StructuresInstalledSoftwareInfo) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *StructuresInstalledSoftwareInfo) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *StructuresInstalledSoftwareInfo) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *StructuresInstalledSoftwareInfo) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetFieldValue() []StructuresInstalledSoftwareInfoFieldValue
GetFieldValue returns the FieldValue field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetFieldValueOk() (*[]StructuresInstalledSoftwareInfoFieldValue, bool)
GetFieldValueOk returns a tuple with the FieldValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetFieldValue(v []StructuresInstalledSoftwareInfoFieldValue)
SetFieldValue sets FieldValue field to given value.
func (o *StructuresInstalledSoftwareInfo) HasFieldValue() bool
HasFieldValue returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetMetadata() StructuresSoftwareMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetMetadataOk() (*StructuresSoftwareMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetMetadata(v StructuresSoftwareMetadata)
SetMetadata sets Metadata field to given value.
func (o *StructuresInstalledSoftwareInfo) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) 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 *StructuresInstalledSoftwareInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *StructuresInstalledSoftwareInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetDescriptionEn() string
GetDescriptionEn returns the DescriptionEn field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetDescriptionEnOk() (*string, bool)
GetDescriptionEnOk returns a tuple with the DescriptionEn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetDescriptionEn(v string)
SetDescriptionEn sets DescriptionEn field to given value.
func (o *StructuresInstalledSoftwareInfo) HasDescriptionEn() bool
HasDescriptionEn returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetCategory() []StructuresSoftwareCategory
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetCategoryOk() (*[]StructuresSoftwareCategory, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetCategory(v []StructuresSoftwareCategory)
SetCategory sets Category field to given value.
func (o *StructuresInstalledSoftwareInfo) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *StructuresInstalledSoftwareInfo) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetPostInstallAlert() bool
GetPostInstallAlert returns the PostInstallAlert field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetPostInstallAlertOk() (*bool, bool)
GetPostInstallAlertOk returns a tuple with the PostInstallAlert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetPostInstallAlert(v bool)
SetPostInstallAlert sets PostInstallAlert field to given value.
func (o *StructuresInstalledSoftwareInfo) HasPostInstallAlert() bool
HasPostInstallAlert returns a boolean if a field has been set.
func (o *StructuresInstalledSoftwareInfo) GetLicense() []StructuresIssuedSoftwareLicense
GetLicense returns the License field if non-nil, zero value otherwise.
func (o *StructuresInstalledSoftwareInfo) GetLicenseOk() (*[]StructuresIssuedSoftwareLicense, bool)
GetLicenseOk returns a tuple with the License field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresInstalledSoftwareInfo) SetLicense(v []StructuresIssuedSoftwareLicense)
SetLicense sets License field to given value.
func (o *StructuresInstalledSoftwareInfo) HasLicense() bool
HasLicense returns a boolean if a field has been set.