# SchemaAdminSetAnswerStatusRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AnswerId** | Pointer to **string** | | [optional] **Status** | Pointer to **string** | | [optional] ## Methods ### NewSchemaAdminSetAnswerStatusRequest `func NewSchemaAdminSetAnswerStatusRequest() *SchemaAdminSetAnswerStatusRequest` NewSchemaAdminSetAnswerStatusRequest instantiates a new SchemaAdminSetAnswerStatusRequest 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 ### NewSchemaAdminSetAnswerStatusRequestWithDefaults `func NewSchemaAdminSetAnswerStatusRequestWithDefaults() *SchemaAdminSetAnswerStatusRequest` NewSchemaAdminSetAnswerStatusRequestWithDefaults instantiates a new SchemaAdminSetAnswerStatusRequest 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 *SchemaAdminSetAnswerStatusRequest) GetAnswerId() string` GetAnswerId returns the AnswerId field if non-nil, zero value otherwise. ### GetAnswerIdOk `func (o *SchemaAdminSetAnswerStatusRequest) 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 *SchemaAdminSetAnswerStatusRequest) SetAnswerId(v string)` SetAnswerId sets AnswerId field to given value. ### HasAnswerId `func (o *SchemaAdminSetAnswerStatusRequest) HasAnswerId() bool` HasAnswerId returns a boolean if a field has been set. ### GetStatus `func (o *SchemaAdminSetAnswerStatusRequest) GetStatus() string` GetStatus returns the Status field if non-nil, zero value otherwise. ### GetStatusOk `func (o *SchemaAdminSetAnswerStatusRequest) 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 *SchemaAdminSetAnswerStatusRequest) SetStatus(v string)` SetStatus sets Status field to given value. ### HasStatus `func (o *SchemaAdminSetAnswerStatusRequest) HasStatus() bool` HasStatus 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)