Name | Type | Description | Notes |
---|---|---|---|
Page | string | ||
Revision | string | ||
Space | string | ||
Sections | []string |
func NewSearchAIAnswerPagesInner(page string, revision string, space string, sections []string, ) *SearchAIAnswerPagesInner
NewSearchAIAnswerPagesInner instantiates a new SearchAIAnswerPagesInner 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 NewSearchAIAnswerPagesInnerWithDefaults() *SearchAIAnswerPagesInner
NewSearchAIAnswerPagesInnerWithDefaults instantiates a new SearchAIAnswerPagesInner 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 *SearchAIAnswerPagesInner) GetPage() string
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *SearchAIAnswerPagesInner) GetPageOk() (*string, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchAIAnswerPagesInner) SetPage(v string)
SetPage sets Page field to given value.
func (o *SearchAIAnswerPagesInner) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *SearchAIAnswerPagesInner) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchAIAnswerPagesInner) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *SearchAIAnswerPagesInner) GetSpace() string
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *SearchAIAnswerPagesInner) GetSpaceOk() (*string, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchAIAnswerPagesInner) SetSpace(v string)
SetSpace sets Space field to given value.
func (o *SearchAIAnswerPagesInner) GetSections() []string
GetSections returns the Sections field if non-nil, zero value otherwise.
func (o *SearchAIAnswerPagesInner) GetSectionsOk() (*[]string, bool)
GetSectionsOk returns a tuple with the Sections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchAIAnswerPagesInner) SetSections(v []string)
SetSections sets Sections field to given value.