first version
This commit is contained in:
155
docs/SchemaAnswerUpdateReq.md
Normal file
155
docs/SchemaAnswerUpdateReq.md
Normal file
@@ -0,0 +1,155 @@
|
||||
# SchemaAnswerUpdateReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Content** | **string** | |
|
||||
**EditSummary** | Pointer to **string** | | [optional]
|
||||
**Id** | Pointer to **string** | | [optional]
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
**Title** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaAnswerUpdateReq
|
||||
|
||||
`func NewSchemaAnswerUpdateReq(content string, ) *SchemaAnswerUpdateReq`
|
||||
|
||||
NewSchemaAnswerUpdateReq instantiates a new SchemaAnswerUpdateReq 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
|
||||
|
||||
### NewSchemaAnswerUpdateReqWithDefaults
|
||||
|
||||
`func NewSchemaAnswerUpdateReqWithDefaults() *SchemaAnswerUpdateReq`
|
||||
|
||||
NewSchemaAnswerUpdateReqWithDefaults instantiates a new SchemaAnswerUpdateReq 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 *SchemaAnswerUpdateReq) GetContent() string`
|
||||
|
||||
GetContent returns the Content field if non-nil, zero value otherwise.
|
||||
|
||||
### GetContentOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) 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 *SchemaAnswerUpdateReq) SetContent(v string)`
|
||||
|
||||
SetContent sets Content field to given value.
|
||||
|
||||
|
||||
### GetEditSummary
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetEditSummary() string`
|
||||
|
||||
GetEditSummary returns the EditSummary field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEditSummaryOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetEditSummaryOk() (*string, bool)`
|
||||
|
||||
GetEditSummaryOk returns a tuple with the EditSummary field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEditSummary
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) SetEditSummary(v string)`
|
||||
|
||||
SetEditSummary sets EditSummary field to given value.
|
||||
|
||||
### HasEditSummary
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) HasEditSummary() bool`
|
||||
|
||||
HasEditSummary returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) 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 *SchemaAnswerUpdateReq) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) 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 *SchemaAnswerUpdateReq) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId returns a boolean if a field has been set.
|
||||
|
||||
### GetTitle
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) GetTitle() string`
|
||||
|
||||
GetTitle returns the Title field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTitleOk
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) 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 *SchemaAnswerUpdateReq) SetTitle(v string)`
|
||||
|
||||
SetTitle sets Title field to given value.
|
||||
|
||||
### HasTitle
|
||||
|
||||
`func (o *SchemaAnswerUpdateReq) HasTitle() bool`
|
||||
|
||||
HasTitle 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