Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.5 KB

File metadata and controls

186 lines (101 loc) · 4.5 KB

V1SearchHit

Properties

Name Type Description Notes
Title Pointer to string The controller for managing Search integration. [optional]
Url Pointer to string [optional]
Summary Pointer to string [optional]
Content Pointer to string [optional]
Image Pointer to string [optional]
ObjectID Pointer to string [optional]

Methods

NewV1SearchHit

func NewV1SearchHit() *V1SearchHit

NewV1SearchHit instantiates a new V1SearchHit 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

NewV1SearchHitWithDefaults

func NewV1SearchHitWithDefaults() *V1SearchHit

NewV1SearchHitWithDefaults instantiates a new V1SearchHit 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

GetTitle

func (o *V1SearchHit) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *V1SearchHit) GetTitleOk() (*string, bool)

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

SetTitle

func (o *V1SearchHit) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *V1SearchHit) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetUrl

func (o *V1SearchHit) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *V1SearchHit) GetUrlOk() (*string, bool)

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

SetUrl

func (o *V1SearchHit) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *V1SearchHit) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetSummary

func (o *V1SearchHit) GetSummary() string

GetSummary returns the Summary field if non-nil, zero value otherwise.

GetSummaryOk

func (o *V1SearchHit) GetSummaryOk() (*string, bool)

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

SetSummary

func (o *V1SearchHit) SetSummary(v string)

SetSummary sets Summary field to given value.

HasSummary

func (o *V1SearchHit) HasSummary() bool

HasSummary returns a boolean if a field has been set.

GetContent

func (o *V1SearchHit) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *V1SearchHit) GetContentOk() (*string, bool)

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

SetContent

func (o *V1SearchHit) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *V1SearchHit) HasContent() bool

HasContent returns a boolean if a field has been set.

GetImage

func (o *V1SearchHit) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *V1SearchHit) GetImageOk() (*string, bool)

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

SetImage

func (o *V1SearchHit) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *V1SearchHit) HasImage() bool

HasImage returns a boolean if a field has been set.

GetObjectID

func (o *V1SearchHit) GetObjectID() string

GetObjectID returns the ObjectID field if non-nil, zero value otherwise.

GetObjectIDOk

func (o *V1SearchHit) GetObjectIDOk() (*string, bool)

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

SetObjectID

func (o *V1SearchHit) SetObjectID(v string)

SetObjectID sets ObjectID field to given value.

HasObjectID

func (o *V1SearchHit) HasObjectID() bool

HasObjectID returns a boolean if a field has been set.

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