Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.92 KB

CategoriesSearchResponseV1Results.md

File metadata and controls

56 lines (31 loc) 路 1.92 KB

CategoriesSearchResponseV1Results

Properties

Name Type Description Notes
Record Pointer to CategoriesModelSearchV1 [optional]

Methods

NewCategoriesSearchResponseV1Results

func NewCategoriesSearchResponseV1Results() *CategoriesSearchResponseV1Results

NewCategoriesSearchResponseV1Results instantiates a new CategoriesSearchResponseV1Results 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

NewCategoriesSearchResponseV1ResultsWithDefaults

func NewCategoriesSearchResponseV1ResultsWithDefaults() *CategoriesSearchResponseV1Results

NewCategoriesSearchResponseV1ResultsWithDefaults instantiates a new CategoriesSearchResponseV1Results 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

GetRecord

func (o *CategoriesSearchResponseV1Results) GetRecord() CategoriesModelSearchV1

GetRecord returns the Record field if non-nil, zero value otherwise.

GetRecordOk

func (o *CategoriesSearchResponseV1Results) GetRecordOk() (*CategoriesModelSearchV1, bool)

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

SetRecord

func (o *CategoriesSearchResponseV1Results) SetRecord(v CategoriesModelSearchV1)

SetRecord sets Record field to given value.

HasRecord

func (o *CategoriesSearchResponseV1Results) HasRecord() bool

HasRecord returns a boolean if a field has been set.

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