Skip to content

Latest commit

 

History

History
602 lines (325 loc) · 14.4 KB

File metadata and controls

602 lines (325 loc) · 14.4 KB

ResponsesRollup

Properties

Name Type Description Notes
Bridge Pointer to string [optional]
Category Pointer to string [optional]
Color Pointer to string [optional]
Compression Pointer to string [optional]
DefiLama Pointer to string [optional]
Description Pointer to string [optional]
Explorer Pointer to string [optional]
Github Pointer to string [optional]
Id Pointer to int32 [optional]
L2Beat Pointer to string [optional]
Links Pointer to []string [optional]
Logo Pointer to string [optional]
Name Pointer to string [optional]
Provider Pointer to string [optional]
SettledOn Pointer to string [optional]
Slug Pointer to string [optional]
Stack Pointer to string [optional]
Tags Pointer to []string [optional]
Twitter Pointer to string [optional]
Type Pointer to string [optional]
Vm Pointer to string [optional]
Website Pointer to string [optional]

Methods

NewResponsesRollup

func NewResponsesRollup() *ResponsesRollup

NewResponsesRollup instantiates a new ResponsesRollup 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

NewResponsesRollupWithDefaults

func NewResponsesRollupWithDefaults() *ResponsesRollup

NewResponsesRollupWithDefaults instantiates a new ResponsesRollup 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

GetBridge

func (o *ResponsesRollup) GetBridge() string

GetBridge returns the Bridge field if non-nil, zero value otherwise.

GetBridgeOk

func (o *ResponsesRollup) 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.

SetBridge

func (o *ResponsesRollup) SetBridge(v string)

SetBridge sets Bridge field to given value.

HasBridge

func (o *ResponsesRollup) HasBridge() bool

HasBridge returns a boolean if a field has been set.

GetCategory

func (o *ResponsesRollup) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

func (o *ResponsesRollup) 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.

SetCategory

func (o *ResponsesRollup) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *ResponsesRollup) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetColor

func (o *ResponsesRollup) GetColor() string

GetColor returns the Color field if non-nil, zero value otherwise.

GetColorOk

func (o *ResponsesRollup) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetColor

func (o *ResponsesRollup) SetColor(v string)

SetColor sets Color field to given value.

HasColor

func (o *ResponsesRollup) HasColor() bool

HasColor returns a boolean if a field has been set.

GetCompression

func (o *ResponsesRollup) GetCompression() string

GetCompression returns the Compression field if non-nil, zero value otherwise.

GetCompressionOk

func (o *ResponsesRollup) 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.

SetCompression

func (o *ResponsesRollup) SetCompression(v string)

SetCompression sets Compression field to given value.

HasCompression

func (o *ResponsesRollup) HasCompression() bool

HasCompression returns a boolean if a field has been set.

GetDefiLama

func (o *ResponsesRollup) GetDefiLama() string

GetDefiLama returns the DefiLama field if non-nil, zero value otherwise.

GetDefiLamaOk

func (o *ResponsesRollup) 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.

SetDefiLama

func (o *ResponsesRollup) SetDefiLama(v string)

SetDefiLama sets DefiLama field to given value.

HasDefiLama

func (o *ResponsesRollup) HasDefiLama() bool

HasDefiLama returns a boolean if a field has been set.

GetDescription

func (o *ResponsesRollup) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ResponsesRollup) 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.

SetDescription

func (o *ResponsesRollup) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ResponsesRollup) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetExplorer

func (o *ResponsesRollup) GetExplorer() string

GetExplorer returns the Explorer field if non-nil, zero value otherwise.

GetExplorerOk

func (o *ResponsesRollup) 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.

SetExplorer

func (o *ResponsesRollup) SetExplorer(v string)

SetExplorer sets Explorer field to given value.

HasExplorer

func (o *ResponsesRollup) HasExplorer() bool

HasExplorer returns a boolean if a field has been set.

GetGithub

func (o *ResponsesRollup) GetGithub() string

GetGithub returns the Github field if non-nil, zero value otherwise.

GetGithubOk

func (o *ResponsesRollup) 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.

SetGithub

func (o *ResponsesRollup) SetGithub(v string)

SetGithub sets Github field to given value.

HasGithub

func (o *ResponsesRollup) HasGithub() bool

HasGithub returns a boolean if a field has been set.

GetId

func (o *ResponsesRollup) GetId() int32

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

GetIdOk

func (o *ResponsesRollup) 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 *ResponsesRollup) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ResponsesRollup) HasId() bool

HasId returns a boolean if a field has been set.

GetL2Beat

func (o *ResponsesRollup) GetL2Beat() string

GetL2Beat returns the L2Beat field if non-nil, zero value otherwise.

GetL2BeatOk

func (o *ResponsesRollup) 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.

SetL2Beat

func (o *ResponsesRollup) SetL2Beat(v string)

SetL2Beat sets L2Beat field to given value.

HasL2Beat

func (o *ResponsesRollup) HasL2Beat() bool

HasL2Beat returns a boolean if a field has been set.

GetLinks

func (o *ResponsesRollup) GetLinks() []string

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ResponsesRollup) 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.

SetLinks

func (o *ResponsesRollup) SetLinks(v []string)

SetLinks sets Links field to given value.

HasLinks

func (o *ResponsesRollup) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetLogo

func (o *ResponsesRollup) GetLogo() string

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

GetLogoOk

func (o *ResponsesRollup) 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 *ResponsesRollup) SetLogo(v string)

SetLogo sets Logo field to given value.

HasLogo

func (o *ResponsesRollup) HasLogo() bool

HasLogo returns a boolean if a field has been set.

GetName

func (o *ResponsesRollup) GetName() string

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

GetNameOk

func (o *ResponsesRollup) 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 *ResponsesRollup) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResponsesRollup) HasName() bool

HasName returns a boolean if a field has been set.

GetProvider

func (o *ResponsesRollup) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *ResponsesRollup) 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.

SetProvider

func (o *ResponsesRollup) SetProvider(v string)

SetProvider sets Provider field to given value.

HasProvider

func (o *ResponsesRollup) HasProvider() bool

HasProvider returns a boolean if a field has been set.

GetSettledOn

func (o *ResponsesRollup) GetSettledOn() string

GetSettledOn returns the SettledOn field if non-nil, zero value otherwise.

GetSettledOnOk

func (o *ResponsesRollup) GetSettledOnOk() (*string, bool)

GetSettledOnOk returns a tuple with the SettledOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSettledOn

func (o *ResponsesRollup) SetSettledOn(v string)

SetSettledOn sets SettledOn field to given value.

HasSettledOn

func (o *ResponsesRollup) HasSettledOn() bool

HasSettledOn returns a boolean if a field has been set.

GetSlug

func (o *ResponsesRollup) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

func (o *ResponsesRollup) 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.

SetSlug

func (o *ResponsesRollup) SetSlug(v string)

SetSlug sets Slug field to given value.

HasSlug

func (o *ResponsesRollup) HasSlug() bool

HasSlug returns a boolean if a field has been set.

GetStack

func (o *ResponsesRollup) GetStack() string

GetStack returns the Stack field if non-nil, zero value otherwise.

GetStackOk

func (o *ResponsesRollup) 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.

SetStack

func (o *ResponsesRollup) SetStack(v string)

SetStack sets Stack field to given value.

HasStack

func (o *ResponsesRollup) HasStack() bool

HasStack returns a boolean if a field has been set.

GetTags

func (o *ResponsesRollup) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *ResponsesRollup) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *ResponsesRollup) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *ResponsesRollup) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTwitter

func (o *ResponsesRollup) GetTwitter() string

GetTwitter returns the Twitter field if non-nil, zero value otherwise.

GetTwitterOk

func (o *ResponsesRollup) 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.

SetTwitter

func (o *ResponsesRollup) SetTwitter(v string)

SetTwitter sets Twitter field to given value.

HasTwitter

func (o *ResponsesRollup) HasTwitter() bool

HasTwitter returns a boolean if a field has been set.

GetType

func (o *ResponsesRollup) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ResponsesRollup) 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.

SetType

func (o *ResponsesRollup) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ResponsesRollup) HasType() bool

HasType returns a boolean if a field has been set.

GetVm

func (o *ResponsesRollup) GetVm() string

GetVm returns the Vm field if non-nil, zero value otherwise.

GetVmOk

func (o *ResponsesRollup) 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.

SetVm

func (o *ResponsesRollup) SetVm(v string)

SetVm sets Vm field to given value.

HasVm

func (o *ResponsesRollup) HasVm() bool

HasVm returns a boolean if a field has been set.

GetWebsite

func (o *ResponsesRollup) GetWebsite() string

GetWebsite returns the Website field if non-nil, zero value otherwise.

GetWebsiteOk

func (o *ResponsesRollup) 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.

SetWebsite

func (o *ResponsesRollup) SetWebsite(v string)

SetWebsite sets Website field to given value.

HasWebsite

func (o *ResponsesRollup) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

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