| Name | Type | Description | Notes |
|---|---|---|---|
| Count | Pointer to int32 | تعداد روزانه آمار (مثلاً بازدید) | [optional] |
| Date | Pointer to string | تاریخ به فرمت YYYY-MM-DD | [optional] |
func NewGetPostStatsResponseDailyStats() *GetPostStatsResponseDailyStats
NewGetPostStatsResponseDailyStats instantiates a new GetPostStatsResponseDailyStats 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
func NewGetPostStatsResponseDailyStatsWithDefaults() *GetPostStatsResponseDailyStats
NewGetPostStatsResponseDailyStatsWithDefaults instantiates a new GetPostStatsResponseDailyStats 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
func (o *GetPostStatsResponseDailyStats) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *GetPostStatsResponseDailyStats) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPostStatsResponseDailyStats) SetCount(v int32)
SetCount sets Count field to given value.
func (o *GetPostStatsResponseDailyStats) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *GetPostStatsResponseDailyStats) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *GetPostStatsResponseDailyStats) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPostStatsResponseDailyStats) SetDate(v string)
SetDate sets Date field to given value.
func (o *GetPostStatsResponseDailyStats) HasDate() bool
HasDate returns a boolean if a field has been set.