Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.66 KB

ResponsesRollupGroupedStats.md

File metadata and controls

134 lines (73 loc) · 3.66 KB

ResponsesRollupGroupedStats

Properties

Name Type Description Notes
BlobsCount Pointer to int32 [optional]
Fee Pointer to string [optional]
Group Pointer to string [optional]
Size Pointer to int32 [optional]

Methods

NewResponsesRollupGroupedStats

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

NewResponsesRollupGroupedStatsWithDefaults

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

GetBlobsCount

func (o *ResponsesRollupGroupedStats) GetBlobsCount() int32

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

GetBlobsCountOk

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.

SetBlobsCount

func (o *ResponsesRollupGroupedStats) SetBlobsCount(v int32)

SetBlobsCount sets BlobsCount field to given value.

HasBlobsCount

func (o *ResponsesRollupGroupedStats) HasBlobsCount() bool

HasBlobsCount returns a boolean if a field has been set.

GetFee

func (o *ResponsesRollupGroupedStats) GetFee() string

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

GetFeeOk

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.

SetFee

func (o *ResponsesRollupGroupedStats) SetFee(v string)

SetFee sets Fee field to given value.

HasFee

func (o *ResponsesRollupGroupedStats) HasFee() bool

HasFee returns a boolean if a field has been set.

GetGroup

func (o *ResponsesRollupGroupedStats) GetGroup() string

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

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.

SetGroup

func (o *ResponsesRollupGroupedStats) SetGroup(v string)

SetGroup sets Group field to given value.

HasGroup

func (o *ResponsesRollupGroupedStats) HasGroup() bool

HasGroup returns a boolean if a field has been set.

GetSize

func (o *ResponsesRollupGroupedStats) GetSize() int32

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

GetSizeOk

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.

SetSize

func (o *ResponsesRollupGroupedStats) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *ResponsesRollupGroupedStats) HasSize() bool

HasSize returns a boolean if a field has been set.

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