@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99** BlobsPerPfb** | Pointer to ** float32** | | [ optional]
1010** Bridge** | Pointer to ** string** | | [ optional]
1111** Category** | Pointer to ** string** | | [ optional]
12+ ** Color** | Pointer to ** string** | | [ optional]
1213** Compression** | Pointer to ** string** | | [ optional]
1314** DefiLama** | Pointer to ** string** | | [ optional]
1415** Description** | Pointer to ** string** | | [ optional]
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
2324** NamespaceCount** | Pointer to ** int32** | | [ optional]
2425** PfbCount** | Pointer to ** int32** | | [ optional]
2526** Provider** | Pointer to ** string** | | [ optional]
27+ ** SettledOn** | Pointer to ** string** | | [ optional]
2628** Slug** | Pointer to ** string** | | [ optional]
2729** Stack** | Pointer to ** string** | | [ optional]
2830** Throughput** | Pointer to ** int32** | | [ optional]
@@ -177,6 +179,31 @@ SetCategory sets Category field to given value.
177179
178180HasCategory returns a boolean if a field has been set.
179181
182+ ### GetColor
183+
184+ ` func (o *ResponsesRollupWithDayStats) GetColor() string `
185+
186+ GetColor returns the Color field if non-nil, zero value otherwise.
187+
188+ ### GetColorOk
189+
190+ ` func (o *ResponsesRollupWithDayStats) GetColorOk() (*string, bool) `
191+
192+ GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise
193+ and a boolean to check if the value has been set.
194+
195+ ### SetColor
196+
197+ ` func (o *ResponsesRollupWithDayStats) SetColor(v string) `
198+
199+ SetColor sets Color field to given value.
200+
201+ ### HasColor
202+
203+ ` func (o *ResponsesRollupWithDayStats) HasColor() bool `
204+
205+ HasColor returns a boolean if a field has been set.
206+
180207### GetCompression
181208
182209` func (o *ResponsesRollupWithDayStats) GetCompression() string `
@@ -527,6 +554,31 @@ SetProvider sets Provider field to given value.
527554
528555HasProvider returns a boolean if a field has been set.
529556
557+ ### GetSettledOn
558+
559+ ` func (o *ResponsesRollupWithDayStats) GetSettledOn() string `
560+
561+ GetSettledOn returns the SettledOn field if non-nil, zero value otherwise.
562+
563+ ### GetSettledOnOk
564+
565+ ` func (o *ResponsesRollupWithDayStats) GetSettledOnOk() (*string, bool) `
566+
567+ GetSettledOnOk returns a tuple with the SettledOn field if it's non-nil, zero value otherwise
568+ and a boolean to check if the value has been set.
569+
570+ ### SetSettledOn
571+
572+ ` func (o *ResponsesRollupWithDayStats) SetSettledOn(v string) `
573+
574+ SetSettledOn sets SettledOn field to given value.
575+
576+ ### HasSettledOn
577+
578+ ` func (o *ResponsesRollupWithDayStats) HasSettledOn() bool `
579+
580+ HasSettledOn returns a boolean if a field has been set.
581+
530582### GetSlug
531583
532584` func (o *ResponsesRollupWithDayStats) GetSlug() string `
0 commit comments