| 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] |
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
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
func (o *V1SearchHit) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *V1SearchHit) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *V1SearchHit) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *V1SearchHit) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *V1SearchHit) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *V1SearchHit) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *V1SearchHit) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
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.
func (o *V1SearchHit) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *V1SearchHit) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *V1SearchHit) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
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.
func (o *V1SearchHit) SetContent(v string)
SetContent sets Content field to given value.
func (o *V1SearchHit) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *V1SearchHit) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
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.
func (o *V1SearchHit) SetImage(v string)
SetImage sets Image field to given value.
func (o *V1SearchHit) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *V1SearchHit) GetObjectID() string
GetObjectID returns the ObjectID field if non-nil, zero value otherwise.
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.
func (o *V1SearchHit) SetObjectID(v string)
SetObjectID sets ObjectID field to given value.
func (o *V1SearchHit) HasObjectID() bool
HasObjectID returns a boolean if a field has been set.