Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.88 KB

ConfigModelHaljsonEmbedded.md

File metadata and controls

56 lines (31 loc) · 1.88 KB

ConfigModelHaljsonEmbedded

Properties

Name Type Description Notes
Product Pointer to ConfigModelHaljsonEmbeddedProduct [optional]

Methods

NewConfigModelHaljsonEmbedded

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

NewConfigModelHaljsonEmbeddedWithDefaults

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

GetProduct

func (o *ConfigModelHaljsonEmbedded) GetProduct() ConfigModelHaljsonEmbeddedProduct

GetProduct returns the Product field if non-nil, zero value otherwise.

GetProductOk

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.

SetProduct

func (o *ConfigModelHaljsonEmbedded) SetProduct(v ConfigModelHaljsonEmbeddedProduct)

SetProduct sets Product field to given value.

HasProduct

func (o *ConfigModelHaljsonEmbedded) HasProduct() bool

HasProduct returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]