Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.47 KB

SearchSectionResult.md

File metadata and controls

135 lines (72 loc) · 3.47 KB

SearchSectionResult

Properties

Name Type Description Notes
Id string
Title string
Path string
Body string
Urls SearchSectionResultUrls

Methods

NewSearchSectionResult

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

NewSearchSectionResultWithDefaults

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

GetId

func (o *SearchSectionResult) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *SearchSectionResult) SetId(v string)

SetId sets Id field to given value.

GetTitle

func (o *SearchSectionResult) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *SearchSectionResult) SetTitle(v string)

SetTitle sets Title field to given value.

GetPath

func (o *SearchSectionResult) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

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.

SetPath

func (o *SearchSectionResult) SetPath(v string)

SetPath sets Path field to given value.

GetBody

func (o *SearchSectionResult) GetBody() string

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

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.

SetBody

func (o *SearchSectionResult) SetBody(v string)

SetBody sets Body field to given value.

GetUrls

func (o *SearchSectionResult) GetUrls() SearchSectionResultUrls

GetUrls returns the Urls field if non-nil, zero value otherwise.

GetUrlsOk

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.

SetUrls

func (o *SearchSectionResult) SetUrls(v SearchSectionResultUrls)

SetUrls sets Urls field to given value.

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