Name | Type | Description | Notes |
---|---|---|---|
BlobsCount | Pointer to int32 | [optional] | |
Fee | Pointer to string | [optional] | |
Group | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] |
func NewResponsesRollupGroupedStats() *ResponsesRollupGroupedStats
NewResponsesRollupGroupedStats instantiates a new ResponsesRollupGroupedStats 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 NewResponsesRollupGroupedStatsWithDefaults() *ResponsesRollupGroupedStats
NewResponsesRollupGroupedStatsWithDefaults instantiates a new ResponsesRollupGroupedStats 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 *ResponsesRollupGroupedStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.
func (o *ResponsesRollupGroupedStats) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupGroupedStats) SetBlobsCount(v int32)
SetBlobsCount sets BlobsCount field to given value.
func (o *ResponsesRollupGroupedStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (o *ResponsesRollupGroupedStats) GetFee() string
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ResponsesRollupGroupedStats) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupGroupedStats) SetFee(v string)
SetFee sets Fee field to given value.
func (o *ResponsesRollupGroupedStats) HasFee() bool
HasFee returns a boolean if a field has been set.
func (o *ResponsesRollupGroupedStats) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *ResponsesRollupGroupedStats) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupGroupedStats) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *ResponsesRollupGroupedStats) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *ResponsesRollupGroupedStats) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesRollupGroupedStats) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupGroupedStats) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesRollupGroupedStats) HasSize() bool
HasSize returns a boolean if a field has been set.