Name | Type | Description | Notes |
---|---|---|---|
ComparableProducts | GetComparableProducts200ResponseComparableProducts |
func NewGetComparableProducts200Response(comparableProducts GetComparableProducts200ResponseComparableProducts, ) *GetComparableProducts200Response
NewGetComparableProducts200Response instantiates a new GetComparableProducts200Response 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 NewGetComparableProducts200ResponseWithDefaults() *GetComparableProducts200Response
NewGetComparableProducts200ResponseWithDefaults instantiates a new GetComparableProducts200Response 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 *GetComparableProducts200Response) GetComparableProducts() GetComparableProducts200ResponseComparableProducts
GetComparableProducts returns the ComparableProducts field if non-nil, zero value otherwise.
func (o *GetComparableProducts200Response) GetComparableProductsOk() (*GetComparableProducts200ResponseComparableProducts, bool)
GetComparableProductsOk returns a tuple with the ComparableProducts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetComparableProducts200Response) SetComparableProducts(v GetComparableProducts200ResponseComparableProducts)
SetComparableProducts sets ComparableProducts field to given value.