# SchemaAnswerAcceptedReq ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AnswerId** | Pointer to **string** | | [optional] **QuestionId** | Pointer to **string** | | [optional] ## Methods ### NewSchemaAnswerAcceptedReq `func NewSchemaAnswerAcceptedReq() *SchemaAnswerAcceptedReq` NewSchemaAnswerAcceptedReq instantiates a new SchemaAnswerAcceptedReq 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 ### NewSchemaAnswerAcceptedReqWithDefaults `func NewSchemaAnswerAcceptedReqWithDefaults() *SchemaAnswerAcceptedReq` NewSchemaAnswerAcceptedReqWithDefaults instantiates a new SchemaAnswerAcceptedReq 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 ### GetAnswerId `func (o *SchemaAnswerAcceptedReq) GetAnswerId() string` GetAnswerId returns the AnswerId field if non-nil, zero value otherwise. ### GetAnswerIdOk `func (o *SchemaAnswerAcceptedReq) GetAnswerIdOk() (*string, bool)` GetAnswerIdOk returns a tuple with the AnswerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAnswerId `func (o *SchemaAnswerAcceptedReq) SetAnswerId(v string)` SetAnswerId sets AnswerId field to given value. ### HasAnswerId `func (o *SchemaAnswerAcceptedReq) HasAnswerId() bool` HasAnswerId returns a boolean if a field has been set. ### GetQuestionId `func (o *SchemaAnswerAcceptedReq) GetQuestionId() string` GetQuestionId returns the QuestionId field if non-nil, zero value otherwise. ### GetQuestionIdOk `func (o *SchemaAnswerAcceptedReq) 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 *SchemaAnswerAcceptedReq) SetQuestionId(v string)` SetQuestionId sets QuestionId field to given value. ### HasQuestionId `func (o *SchemaAnswerAcceptedReq) 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)