Name | Type | Description | Notes |
---|---|---|---|
BlobsCount | Pointer to int32 | [optional] | |
BlobsCountPct | Pointer to float32 | [optional] | |
Bridge | Pointer to string | [optional] | |
Category | Pointer to string | [optional] | |
Compression | Pointer to string | [optional] | |
DefiLama | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Explorer | Pointer to string | [optional] | |
Fee | Pointer to string | [optional] | |
FeePct | Pointer to float32 | [optional] | |
FirstMessageTime | Pointer to time.Time | [optional] | |
Github | Pointer to string | [optional] | |
Id | Pointer to int32 | [optional] | |
L2Beat | Pointer to string | [optional] | |
LastMessageTime | Pointer to time.Time | [optional] | |
Links | Pointer to []string | [optional] | |
Logo | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Provider | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] | |
SizePct | Pointer to float32 | [optional] | |
Slug | Pointer to string | [optional] | |
Stack | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
Type | Pointer to string | [optional] | |
Vm | Pointer to string | [optional] | |
Website | Pointer to string | [optional] |
func NewResponsesRollupWithStats() *ResponsesRollupWithStats
NewResponsesRollupWithStats instantiates a new ResponsesRollupWithStats 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 NewResponsesRollupWithStatsWithDefaults() *ResponsesRollupWithStats
NewResponsesRollupWithStatsWithDefaults instantiates a new ResponsesRollupWithStats 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 *ResponsesRollupWithStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) 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 *ResponsesRollupWithStats) SetBlobsCount(v int32)
SetBlobsCount sets BlobsCount field to given value.
func (o *ResponsesRollupWithStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetBlobsCountPct() float32
GetBlobsCountPct returns the BlobsCountPct field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetBlobsCountPctOk() (*float32, bool)
GetBlobsCountPctOk returns a tuple with the BlobsCountPct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetBlobsCountPct(v float32)
SetBlobsCountPct sets BlobsCountPct field to given value.
func (o *ResponsesRollupWithStats) HasBlobsCountPct() bool
HasBlobsCountPct returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetBridge() string
GetBridge returns the Bridge field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetBridgeOk() (*string, bool)
GetBridgeOk returns a tuple with the Bridge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetBridge(v string)
SetBridge sets Bridge field to given value.
func (o *ResponsesRollupWithStats) HasBridge() bool
HasBridge returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *ResponsesRollupWithStats) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetCompression() string
GetCompression returns the Compression field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetCompressionOk() (*string, bool)
GetCompressionOk returns a tuple with the Compression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetCompression(v string)
SetCompression sets Compression field to given value.
func (o *ResponsesRollupWithStats) HasCompression() bool
HasCompression returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetDefiLama() string
GetDefiLama returns the DefiLama field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetDefiLamaOk() (*string, bool)
GetDefiLamaOk returns a tuple with the DefiLama field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetDefiLama(v string)
SetDefiLama sets DefiLama field to given value.
func (o *ResponsesRollupWithStats) HasDefiLama() bool
HasDefiLama returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ResponsesRollupWithStats) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetExplorer() string
GetExplorer returns the Explorer field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetExplorerOk() (*string, bool)
GetExplorerOk returns a tuple with the Explorer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetExplorer(v string)
SetExplorer sets Explorer field to given value.
func (o *ResponsesRollupWithStats) HasExplorer() bool
HasExplorer returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetFee() string
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) 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 *ResponsesRollupWithStats) SetFee(v string)
SetFee sets Fee field to given value.
func (o *ResponsesRollupWithStats) HasFee() bool
HasFee returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetFeePct() float32
GetFeePct returns the FeePct field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetFeePctOk() (*float32, bool)
GetFeePctOk returns a tuple with the FeePct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetFeePct(v float32)
SetFeePct sets FeePct field to given value.
func (o *ResponsesRollupWithStats) HasFeePct() bool
HasFeePct returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetFirstMessageTime() time.Time
GetFirstMessageTime returns the FirstMessageTime field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetFirstMessageTimeOk() (*time.Time, bool)
GetFirstMessageTimeOk returns a tuple with the FirstMessageTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetFirstMessageTime(v time.Time)
SetFirstMessageTime sets FirstMessageTime field to given value.
func (o *ResponsesRollupWithStats) HasFirstMessageTime() bool
HasFirstMessageTime returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetGithub() string
GetGithub returns the Github field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetGithubOk() (*string, bool)
GetGithubOk returns a tuple with the Github field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetGithub(v string)
SetGithub sets Github field to given value.
func (o *ResponsesRollupWithStats) HasGithub() bool
HasGithub returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) 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 *ResponsesRollupWithStats) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesRollupWithStats) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetL2Beat() string
GetL2Beat returns the L2Beat field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetL2BeatOk() (*string, bool)
GetL2BeatOk returns a tuple with the L2Beat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetL2Beat(v string)
SetL2Beat sets L2Beat field to given value.
func (o *ResponsesRollupWithStats) HasL2Beat() bool
HasL2Beat returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetLastMessageTime() time.Time
GetLastMessageTime returns the LastMessageTime field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetLastMessageTimeOk() (*time.Time, bool)
GetLastMessageTimeOk returns a tuple with the LastMessageTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetLastMessageTime(v time.Time)
SetLastMessageTime sets LastMessageTime field to given value.
func (o *ResponsesRollupWithStats) HasLastMessageTime() bool
HasLastMessageTime returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetLinks() []string
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetLinksOk() (*[]string, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetLinks(v []string)
SetLinks sets Links field to given value.
func (o *ResponsesRollupWithStats) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetLogo() string
GetLogo returns the Logo field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) 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 *ResponsesRollupWithStats) SetLogo(v string)
SetLogo sets Logo field to given value.
func (o *ResponsesRollupWithStats) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) 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 *ResponsesRollupWithStats) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesRollupWithStats) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *ResponsesRollupWithStats) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) 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 *ResponsesRollupWithStats) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesRollupWithStats) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetSizePct() float32
GetSizePct returns the SizePct field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetSizePctOk() (*float32, bool)
GetSizePctOk returns a tuple with the SizePct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetSizePct(v float32)
SetSizePct sets SizePct field to given value.
func (o *ResponsesRollupWithStats) HasSizePct() bool
HasSizePct returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *ResponsesRollupWithStats) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetStack() string
GetStack returns the Stack field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetStackOk() (*string, bool)
GetStackOk returns a tuple with the Stack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetStack(v string)
SetStack sets Stack field to given value.
func (o *ResponsesRollupWithStats) HasStack() bool
HasStack returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetTwitter() string
GetTwitter returns the Twitter field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetTwitterOk() (*string, bool)
GetTwitterOk returns a tuple with the Twitter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetTwitter(v string)
SetTwitter sets Twitter field to given value.
func (o *ResponsesRollupWithStats) HasTwitter() bool
HasTwitter returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsesRollupWithStats) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetVm() string
GetVm returns the Vm field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetVm(v string)
SetVm sets Vm field to given value.
func (o *ResponsesRollupWithStats) HasVm() bool
HasVm returns a boolean if a field has been set.
func (o *ResponsesRollupWithStats) GetWebsite() string
GetWebsite returns the Website field if non-nil, zero value otherwise.
func (o *ResponsesRollupWithStats) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupWithStats) SetWebsite(v string)
SetWebsite sets Website field to given value.
func (o *ResponsesRollupWithStats) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.