# MetaHTTPResponseRecordCount ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Message** | Pointer to **string** | | [optional] **RecordCount** | Pointer to **int32** | | [optional] ## Methods ### NewMetaHTTPResponseRecordCount `func NewMetaHTTPResponseRecordCount() *MetaHTTPResponseRecordCount` NewMetaHTTPResponseRecordCount instantiates a new MetaHTTPResponseRecordCount 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 ### NewMetaHTTPResponseRecordCountWithDefaults `func NewMetaHTTPResponseRecordCountWithDefaults() *MetaHTTPResponseRecordCount` NewMetaHTTPResponseRecordCountWithDefaults instantiates a new MetaHTTPResponseRecordCount 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 ### GetMessage `func (o *MetaHTTPResponseRecordCount) GetMessage() string` GetMessage returns the Message field if non-nil, zero value otherwise. ### GetMessageOk `func (o *MetaHTTPResponseRecordCount) GetMessageOk() (*string, bool)` GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMessage `func (o *MetaHTTPResponseRecordCount) SetMessage(v string)` SetMessage sets Message field to given value. ### HasMessage `func (o *MetaHTTPResponseRecordCount) HasMessage() bool` HasMessage returns a boolean if a field has been set. ### GetRecordCount `func (o *MetaHTTPResponseRecordCount) GetRecordCount() int32` GetRecordCount returns the RecordCount field if non-nil, zero value otherwise. ### GetRecordCountOk `func (o *MetaHTTPResponseRecordCount) GetRecordCountOk() (*int32, bool)` GetRecordCountOk returns a tuple with the RecordCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRecordCount `func (o *MetaHTTPResponseRecordCount) SetRecordCount(v int32)` SetRecordCount sets RecordCount field to given value. ### HasRecordCount `func (o *MetaHTTPResponseRecordCount) HasRecordCount() bool` HasRecordCount 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)