Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.72 KB

ResponsesRollupStats24h.md

File metadata and controls

186 lines (101 loc) · 4.72 KB

ResponsesRollupStats24h

Properties

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]

Methods

NewResponsesRollupStats24h

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

NewResponsesRollupStats24hWithDefaults

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

GetBlobsCount

func (o *ResponsesRollupStats24h) GetBlobsCount() int32

GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.

GetBlobsCountOk

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.

SetBlobsCount

func (o *ResponsesRollupStats24h) SetBlobsCount(v int32)

SetBlobsCount sets BlobsCount field to given value.

HasBlobsCount

func (o *ResponsesRollupStats24h) HasBlobsCount() bool

HasBlobsCount returns a boolean if a field has been set.

GetFee

func (o *ResponsesRollupStats24h) GetFee() int32

GetFee returns the Fee field if non-nil, zero value otherwise.

GetFeeOk

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.

SetFee

func (o *ResponsesRollupStats24h) SetFee(v int32)

SetFee sets Fee field to given value.

HasFee

func (o *ResponsesRollupStats24h) HasFee() bool

HasFee returns a boolean if a field has been set.

GetId

func (o *ResponsesRollupStats24h) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ResponsesRollupStats24h) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ResponsesRollupStats24h) HasId() bool

HasId returns a boolean if a field has been set.

GetLogo

func (o *ResponsesRollupStats24h) GetLogo() string

GetLogo returns the Logo field if non-nil, zero value otherwise.

GetLogoOk

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.

SetLogo

func (o *ResponsesRollupStats24h) SetLogo(v string)

SetLogo sets Logo field to given value.

HasLogo

func (o *ResponsesRollupStats24h) HasLogo() bool

HasLogo returns a boolean if a field has been set.

GetName

func (o *ResponsesRollupStats24h) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ResponsesRollupStats24h) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResponsesRollupStats24h) HasName() bool

HasName returns a boolean if a field has been set.

GetSize

func (o *ResponsesRollupStats24h) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *ResponsesRollupStats24h) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *ResponsesRollupStats24h) HasSize() bool

HasSize returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]