Name | Type | Description | Notes |
---|---|---|---|
Product | Pointer to ConfigModelHaljsonEmbeddedProduct | [optional] |
func NewConfigModelHaljsonEmbedded() *ConfigModelHaljsonEmbedded
NewConfigModelHaljsonEmbedded instantiates a new ConfigModelHaljsonEmbedded 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 NewConfigModelHaljsonEmbeddedWithDefaults() *ConfigModelHaljsonEmbedded
NewConfigModelHaljsonEmbeddedWithDefaults instantiates a new ConfigModelHaljsonEmbedded 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 *ConfigModelHaljsonEmbedded) GetProduct() ConfigModelHaljsonEmbeddedProduct
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *ConfigModelHaljsonEmbedded) GetProductOk() (*ConfigModelHaljsonEmbeddedProduct, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigModelHaljsonEmbedded) SetProduct(v ConfigModelHaljsonEmbeddedProduct)
SetProduct sets Product field to given value.
func (o *ConfigModelHaljsonEmbedded) HasProduct() bool
HasProduct returns a boolean if a field has been set.