Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.47 KB

ProductSearchResponseCatalogInnerLinksInner.md

File metadata and controls

108 lines (59 loc) · 3.47 KB

ProductSearchResponseCatalogInnerLinksInner

Properties

Name Type Description Notes
Topic Pointer to string Provides the details of the product. [optional]
Href Pointer to string The URL endpoint for accessing the relevant data.. [optional]
Type Pointer to string The type of call that can be made to the href link(GET) [optional]

Methods

NewProductSearchResponseCatalogInnerLinksInner

func NewProductSearchResponseCatalogInnerLinksInner() *ProductSearchResponseCatalogInnerLinksInner

NewProductSearchResponseCatalogInnerLinksInner instantiates a new ProductSearchResponseCatalogInnerLinksInner 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

NewProductSearchResponseCatalogInnerLinksInnerWithDefaults

func NewProductSearchResponseCatalogInnerLinksInnerWithDefaults() *ProductSearchResponseCatalogInnerLinksInner

NewProductSearchResponseCatalogInnerLinksInnerWithDefaults instantiates a new ProductSearchResponseCatalogInnerLinksInner 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

GetTopic

func (o *ProductSearchResponseCatalogInnerLinksInner) GetTopic() string

GetTopic returns the Topic field if non-nil, zero value otherwise.

GetTopicOk

func (o *ProductSearchResponseCatalogInnerLinksInner) GetTopicOk() (*string, bool)

GetTopicOk returns a tuple with the Topic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTopic

func (o *ProductSearchResponseCatalogInnerLinksInner) SetTopic(v string)

SetTopic sets Topic field to given value.

HasTopic

func (o *ProductSearchResponseCatalogInnerLinksInner) HasTopic() bool

HasTopic returns a boolean if a field has been set.

GetHref

func (o *ProductSearchResponseCatalogInnerLinksInner) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *ProductSearchResponseCatalogInnerLinksInner) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHref

func (o *ProductSearchResponseCatalogInnerLinksInner) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *ProductSearchResponseCatalogInnerLinksInner) HasHref() bool

HasHref returns a boolean if a field has been set.

GetType

func (o *ProductSearchResponseCatalogInnerLinksInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProductSearchResponseCatalogInnerLinksInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ProductSearchResponseCatalogInnerLinksInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProductSearchResponseCatalogInnerLinksInner) HasType() bool

HasType returns a boolean if a field has been set.

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