更新文档内容
This commit is contained in:
316
docs/SchemaSearchRespObject.md
Normal file
316
docs/SchemaSearchRespObject.md
Normal file
@@ -0,0 +1,316 @@
|
||||
# SchemaSearchRespObject
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Accepted** | Pointer to **bool** | | [optional]
|
||||
**AnswerCount** | Pointer to **int32** | | [optional]
|
||||
**CreatedAt** | Pointer to **int32** | | [optional]
|
||||
**Excerpt** | Pointer to **string** | | [optional]
|
||||
**Id** | Pointer to **string** | | [optional]
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
**Status** | Pointer to **string** | Status | [optional]
|
||||
**Tags** | Pointer to [**[]SchemaTagResp**](SchemaTagResp.md) | tags | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
**UserInfo** | Pointer to [**SchemaSearchObjectUserInfo**](SchemaSearchObjectUserInfo.md) | | [optional]
|
||||
**VoteCount** | Pointer to **int32** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSearchRespObject
|
||||
|
||||
`func NewSchemaSearchRespObject() *SchemaSearchRespObject`
|
||||
|
||||
NewSchemaSearchRespObject instantiates a new SchemaSearchRespObject 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
|
||||
|
||||
### NewSchemaSearchRespObjectWithDefaults
|
||||
|
||||
`func NewSchemaSearchRespObjectWithDefaults() *SchemaSearchRespObject`
|
||||
|
||||
NewSchemaSearchRespObjectWithDefaults instantiates a new SchemaSearchRespObject 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
|
||||
|
||||
### GetAccepted
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAccepted() bool`
|
||||
|
||||
GetAccepted returns the Accepted field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAcceptedOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAcceptedOk() (*bool, bool)`
|
||||
|
||||
GetAcceptedOk returns a tuple with the Accepted field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccepted
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetAccepted(v bool)`
|
||||
|
||||
SetAccepted sets Accepted field to given value.
|
||||
|
||||
### HasAccepted
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasAccepted() bool`
|
||||
|
||||
HasAccepted returns a boolean if a field has been set.
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetAnswerCountOk() (*int32, bool)`
|
||||
|
||||
GetAnswerCountOk returns a tuple with the AnswerCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAnswerCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetCreatedAtOk() (*int32, bool)`
|
||||
|
||||
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreatedAt
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetExcerpt
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetExcerpt() string`
|
||||
|
||||
GetExcerpt returns the Excerpt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetExcerptOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetExcerptOk() (*string, bool)`
|
||||
|
||||
GetExcerptOk returns a tuple with the Excerpt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetExcerpt
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetExcerpt(v string)`
|
||||
|
||||
SetExcerpt sets Excerpt field to given value.
|
||||
|
||||
### HasExcerpt
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasExcerpt() bool`
|
||||
|
||||
HasExcerpt returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetQuestionIdOk() (*string, bool)`
|
||||
|
||||
GetQuestionIdOk returns a tuple with the QuestionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionId
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetStatusOk() (*string, bool)`
|
||||
|
||||
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStatus
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetTags
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetTags() []SchemaTagResp`
|
||||
|
||||
GetTags returns the Tags field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTagsOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetTagsOk() (*[]SchemaTagResp, bool)`
|
||||
|
||||
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTags
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetTags(v []SchemaTagResp)`
|
||||
|
||||
SetTags sets Tags field to given value.
|
||||
|
||||
### HasTags
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasTags() bool`
|
||||
|
||||
HasTags returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) 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 *SchemaSearchRespObject) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasTitle() bool`
|
||||
|
||||
HasTitle returns a boolean if a field has been set.
|
||||
|
||||
### GetUserInfo
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetUserInfo() SchemaSearchObjectUserInfo`
|
||||
|
||||
GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUserInfoOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetUserInfoOk() (*SchemaSearchObjectUserInfo, bool)`
|
||||
|
||||
GetUserInfoOk returns a tuple with the UserInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUserInfo
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetUserInfo(v SchemaSearchObjectUserInfo)`
|
||||
|
||||
SetUserInfo sets UserInfo field to given value.
|
||||
|
||||
### HasUserInfo
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasUserInfo() bool`
|
||||
|
||||
HasUserInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetVoteCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetVoteCount() int32`
|
||||
|
||||
GetVoteCount returns the VoteCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVoteCountOk
|
||||
|
||||
`func (o *SchemaSearchRespObject) GetVoteCountOk() (*int32, bool)`
|
||||
|
||||
GetVoteCountOk returns a tuple with the VoteCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVoteCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) SetVoteCount(v int32)`
|
||||
|
||||
SetVoteCount sets VoteCount field to given value.
|
||||
|
||||
### HasVoteCount
|
||||
|
||||
`func (o *SchemaSearchRespObject) HasVoteCount() bool`
|
||||
|
||||
HasVoteCount returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user