Name | Type | Description | Notes |
---|---|---|---|
ProductSubGroup | Pointer to string | Cisco product sub-group | [optional] |
ServiceProgramName | Pointer to string | Cisco service program name | [optional] |
ItemCatalogCategory | Pointer to string | Cisco item catalog category | [optional] |
ConfigurationIndicator | Pointer to string | Cisco configuration indicator | [optional] |
InternalBusinessEntity | Pointer to string | Cisco internal business entity | [optional] |
ItemType | Pointer to string | Cisco item type | [optional] |
GlobalListPrice | Pointer to string | Cisco global list price | [optional] |
func NewProductDetailResponseCiscoFields() *ProductDetailResponseCiscoFields
NewProductDetailResponseCiscoFields instantiates a new ProductDetailResponseCiscoFields 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 NewProductDetailResponseCiscoFieldsWithDefaults() *ProductDetailResponseCiscoFields
NewProductDetailResponseCiscoFieldsWithDefaults instantiates a new ProductDetailResponseCiscoFields 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 *ProductDetailResponseCiscoFields) GetProductSubGroup() string
GetProductSubGroup returns the ProductSubGroup field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetProductSubGroupOk() (*string, bool)
GetProductSubGroupOk returns a tuple with the ProductSubGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetProductSubGroup(v string)
SetProductSubGroup sets ProductSubGroup field to given value.
func (o *ProductDetailResponseCiscoFields) HasProductSubGroup() bool
HasProductSubGroup returns a boolean if a field has been set.
func (o *ProductDetailResponseCiscoFields) GetServiceProgramName() string
GetServiceProgramName returns the ServiceProgramName field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetServiceProgramNameOk() (*string, bool)
GetServiceProgramNameOk returns a tuple with the ServiceProgramName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetServiceProgramName(v string)
SetServiceProgramName sets ServiceProgramName field to given value.
func (o *ProductDetailResponseCiscoFields) HasServiceProgramName() bool
HasServiceProgramName returns a boolean if a field has been set.
func (o *ProductDetailResponseCiscoFields) GetItemCatalogCategory() string
GetItemCatalogCategory returns the ItemCatalogCategory field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetItemCatalogCategoryOk() (*string, bool)
GetItemCatalogCategoryOk returns a tuple with the ItemCatalogCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetItemCatalogCategory(v string)
SetItemCatalogCategory sets ItemCatalogCategory field to given value.
func (o *ProductDetailResponseCiscoFields) HasItemCatalogCategory() bool
HasItemCatalogCategory returns a boolean if a field has been set.
func (o *ProductDetailResponseCiscoFields) GetConfigurationIndicator() string
GetConfigurationIndicator returns the ConfigurationIndicator field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetConfigurationIndicatorOk() (*string, bool)
GetConfigurationIndicatorOk returns a tuple with the ConfigurationIndicator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetConfigurationIndicator(v string)
SetConfigurationIndicator sets ConfigurationIndicator field to given value.
func (o *ProductDetailResponseCiscoFields) HasConfigurationIndicator() bool
HasConfigurationIndicator returns a boolean if a field has been set.
func (o *ProductDetailResponseCiscoFields) GetInternalBusinessEntity() string
GetInternalBusinessEntity returns the InternalBusinessEntity field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetInternalBusinessEntityOk() (*string, bool)
GetInternalBusinessEntityOk returns a tuple with the InternalBusinessEntity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetInternalBusinessEntity(v string)
SetInternalBusinessEntity sets InternalBusinessEntity field to given value.
func (o *ProductDetailResponseCiscoFields) HasInternalBusinessEntity() bool
HasInternalBusinessEntity returns a boolean if a field has been set.
func (o *ProductDetailResponseCiscoFields) GetItemType() string
GetItemType returns the ItemType field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetItemTypeOk() (*string, bool)
GetItemTypeOk returns a tuple with the ItemType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetItemType(v string)
SetItemType sets ItemType field to given value.
func (o *ProductDetailResponseCiscoFields) HasItemType() bool
HasItemType returns a boolean if a field has been set.
func (o *ProductDetailResponseCiscoFields) GetGlobalListPrice() string
GetGlobalListPrice returns the GlobalListPrice field if non-nil, zero value otherwise.
func (o *ProductDetailResponseCiscoFields) GetGlobalListPriceOk() (*string, bool)
GetGlobalListPriceOk returns a tuple with the GlobalListPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductDetailResponseCiscoFields) SetGlobalListPrice(v string)
SetGlobalListPrice sets GlobalListPrice field to given value.
func (o *ProductDetailResponseCiscoFields) HasGlobalListPrice() bool
HasGlobalListPrice returns a boolean if a field has been set.