Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Title | string | ||
Path | string | ||
Body | string | ||
Urls | SearchSectionResultUrls |
func NewSearchSectionResult(id string, title string, path string, body string, urls SearchSectionResultUrls, ) *SearchSectionResult
NewSearchSectionResult instantiates a new SearchSectionResult 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 NewSearchSectionResultWithDefaults() *SearchSectionResult
NewSearchSectionResultWithDefaults instantiates a new SearchSectionResult 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 *SearchSectionResult) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SearchSectionResult) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchSectionResult) SetId(v string)
SetId sets Id field to given value.
func (o *SearchSectionResult) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *SearchSectionResult) 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 *SearchSectionResult) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *SearchSectionResult) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *SearchSectionResult) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchSectionResult) SetPath(v string)
SetPath sets Path field to given value.
func (o *SearchSectionResult) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *SearchSectionResult) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchSectionResult) SetBody(v string)
SetBody sets Body field to given value.
func (o *SearchSectionResult) GetUrls() SearchSectionResultUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *SearchSectionResult) GetUrlsOk() (*SearchSectionResultUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchSectionResult) SetUrls(v SearchSectionResultUrls)
SetUrls sets Urls field to given value.