Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.11 KB

GetComparableProducts200Response.md

File metadata and controls

51 lines (28 loc) · 2.11 KB

GetComparableProducts200Response

Properties

Name Type Description Notes
ComparableProducts GetComparableProducts200ResponseComparableProducts

Methods

NewGetComparableProducts200Response

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

NewGetComparableProducts200ResponseWithDefaults

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

GetComparableProducts

func (o *GetComparableProducts200Response) GetComparableProducts() GetComparableProducts200ResponseComparableProducts

GetComparableProducts returns the ComparableProducts field if non-nil, zero value otherwise.

GetComparableProductsOk

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.

SetComparableProducts

func (o *GetComparableProducts200Response) SetComparableProducts(v GetComparableProducts200ResponseComparableProducts)

SetComparableProducts sets ComparableProducts field to given value.

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