Files
openapi-go-answer/docs/SchemaAnswerAddReq.md
2023-08-18 10:03:31 +08:00

78 lines
2.2 KiB
Markdown

# SchemaAnswerAddReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Content** | **string** | |
**QuestionId** | Pointer to **string** | | [optional]
## Methods
### NewSchemaAnswerAddReq
`func NewSchemaAnswerAddReq(content string, ) *SchemaAnswerAddReq`
NewSchemaAnswerAddReq instantiates a new SchemaAnswerAddReq 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
### NewSchemaAnswerAddReqWithDefaults
`func NewSchemaAnswerAddReqWithDefaults() *SchemaAnswerAddReq`
NewSchemaAnswerAddReqWithDefaults instantiates a new SchemaAnswerAddReq 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
### GetContent
`func (o *SchemaAnswerAddReq) GetContent() string`
GetContent returns the Content field if non-nil, zero value otherwise.
### GetContentOk
`func (o *SchemaAnswerAddReq) 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.
### SetContent
`func (o *SchemaAnswerAddReq) SetContent(v string)`
SetContent sets Content field to given value.
### GetQuestionId
`func (o *SchemaAnswerAddReq) GetQuestionId() string`
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
### GetQuestionIdOk
`func (o *SchemaAnswerAddReq) 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 *SchemaAnswerAddReq) SetQuestionId(v string)`
SetQuestionId sets QuestionId field to given value.
### HasQuestionId
`func (o *SchemaAnswerAddReq) HasQuestionId() bool`
HasQuestionId 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)