Name | Type | Description | Notes |
---|---|---|---|
BlobsCount | Pointer to int32 | [optional] | |
Fee | Pointer to int32 | [optional] | |
Id | Pointer to int32 | [optional] | |
Logo | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] |
func NewResponsesRollupStats24h() *ResponsesRollupStats24h
NewResponsesRollupStats24h instantiates a new ResponsesRollupStats24h 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 NewResponsesRollupStats24hWithDefaults() *ResponsesRollupStats24h
NewResponsesRollupStats24hWithDefaults instantiates a new ResponsesRollupStats24h 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 *ResponsesRollupStats24h) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.
func (o *ResponsesRollupStats24h) 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 *ResponsesRollupStats24h) SetBlobsCount(v int32)
SetBlobsCount sets BlobsCount field to given value.
func (o *ResponsesRollupStats24h) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (o *ResponsesRollupStats24h) GetFee() int32
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ResponsesRollupStats24h) GetFeeOk() (*int32, 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 *ResponsesRollupStats24h) SetFee(v int32)
SetFee sets Fee field to given value.
func (o *ResponsesRollupStats24h) HasFee() bool
HasFee returns a boolean if a field has been set.
func (o *ResponsesRollupStats24h) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesRollupStats24h) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupStats24h) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesRollupStats24h) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesRollupStats24h) GetLogo() string
GetLogo returns the Logo field if non-nil, zero value otherwise.
func (o *ResponsesRollupStats24h) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupStats24h) SetLogo(v string)
SetLogo sets Logo field to given value.
func (o *ResponsesRollupStats24h) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (o *ResponsesRollupStats24h) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesRollupStats24h) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupStats24h) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesRollupStats24h) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesRollupStats24h) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesRollupStats24h) 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 *ResponsesRollupStats24h) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesRollupStats24h) HasSize() bool
HasSize returns a boolean if a field has been set.