Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.61 KB

PublishersSearchResponseV1Results.md

File metadata and controls

82 lines (45 loc) 路 2.61 KB

PublishersSearchResponseV1Results

Properties

Name Type Description Notes
Record Pointer to PublishersModelSearchV1 [optional]
HitName Pointer to string [optional]

Methods

NewPublishersSearchResponseV1Results

func NewPublishersSearchResponseV1Results() *PublishersSearchResponseV1Results

NewPublishersSearchResponseV1Results instantiates a new PublishersSearchResponseV1Results 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

NewPublishersSearchResponseV1ResultsWithDefaults

func NewPublishersSearchResponseV1ResultsWithDefaults() *PublishersSearchResponseV1Results

NewPublishersSearchResponseV1ResultsWithDefaults instantiates a new PublishersSearchResponseV1Results 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 *PublishersSearchResponseV1Results) GetRecord() PublishersModelSearchV1

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

GetRecordOk

func (o *PublishersSearchResponseV1Results) GetRecordOk() (*PublishersModelSearchV1, 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 *PublishersSearchResponseV1Results) SetRecord(v PublishersModelSearchV1)

SetRecord sets Record field to given value.

HasRecord

func (o *PublishersSearchResponseV1Results) HasRecord() bool

HasRecord returns a boolean if a field has been set.

GetHitName

func (o *PublishersSearchResponseV1Results) GetHitName() string

GetHitName returns the HitName field if non-nil, zero value otherwise.

GetHitNameOk

func (o *PublishersSearchResponseV1Results) GetHitNameOk() (*string, bool)

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

SetHitName

func (o *PublishersSearchResponseV1Results) SetHitName(v string)

SetHitName sets HitName field to given value.

HasHitName

func (o *PublishersSearchResponseV1Results) HasHitName() bool

HasHitName returns a boolean if a field has been set.

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