Skip to content

Latest commit

 

History

History
420 lines (227 loc) · 11.5 KB

File metadata and controls

420 lines (227 loc) · 11.5 KB

ResponsesEnums

Properties

Name Type Description Notes
Categories Pointer to []string [optional]
CelestialsStatuses Pointer to []string [optional]
EventType Pointer to []string [optional]
HyperlaneTokenType Pointer to []string [optional]
HyperlaneTransferType Pointer to []string [optional]
IbcChannelStatus Pointer to []string [optional]
MessageType Pointer to []string [optional]
ProposalStatus Pointer to []string [optional]
ProposalType Pointer to []string [optional]
RollupType Pointer to []string [optional]
Status Pointer to []string [optional]
Tags Pointer to []string [optional]
UpgradeStatus Pointer to []string [optional]
VoteOption Pointer to []string [optional]
VoteType Pointer to []string [optional]

Methods

NewResponsesEnums

func NewResponsesEnums() *ResponsesEnums

NewResponsesEnums instantiates a new ResponsesEnums 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

NewResponsesEnumsWithDefaults

func NewResponsesEnumsWithDefaults() *ResponsesEnums

NewResponsesEnumsWithDefaults instantiates a new ResponsesEnums 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

GetCategories

func (o *ResponsesEnums) GetCategories() []string

GetCategories returns the Categories field if non-nil, zero value otherwise.

GetCategoriesOk

func (o *ResponsesEnums) GetCategoriesOk() (*[]string, bool)

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

SetCategories

func (o *ResponsesEnums) SetCategories(v []string)

SetCategories sets Categories field to given value.

HasCategories

func (o *ResponsesEnums) HasCategories() bool

HasCategories returns a boolean if a field has been set.

GetCelestialsStatuses

func (o *ResponsesEnums) GetCelestialsStatuses() []string

GetCelestialsStatuses returns the CelestialsStatuses field if non-nil, zero value otherwise.

GetCelestialsStatusesOk

func (o *ResponsesEnums) GetCelestialsStatusesOk() (*[]string, bool)

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

SetCelestialsStatuses

func (o *ResponsesEnums) SetCelestialsStatuses(v []string)

SetCelestialsStatuses sets CelestialsStatuses field to given value.

HasCelestialsStatuses

func (o *ResponsesEnums) HasCelestialsStatuses() bool

HasCelestialsStatuses returns a boolean if a field has been set.

GetEventType

func (o *ResponsesEnums) GetEventType() []string

GetEventType returns the EventType field if non-nil, zero value otherwise.

GetEventTypeOk

func (o *ResponsesEnums) GetEventTypeOk() (*[]string, bool)

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

SetEventType

func (o *ResponsesEnums) SetEventType(v []string)

SetEventType sets EventType field to given value.

HasEventType

func (o *ResponsesEnums) HasEventType() bool

HasEventType returns a boolean if a field has been set.

GetHyperlaneTokenType

func (o *ResponsesEnums) GetHyperlaneTokenType() []string

GetHyperlaneTokenType returns the HyperlaneTokenType field if non-nil, zero value otherwise.

GetHyperlaneTokenTypeOk

func (o *ResponsesEnums) GetHyperlaneTokenTypeOk() (*[]string, bool)

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

SetHyperlaneTokenType

func (o *ResponsesEnums) SetHyperlaneTokenType(v []string)

SetHyperlaneTokenType sets HyperlaneTokenType field to given value.

HasHyperlaneTokenType

func (o *ResponsesEnums) HasHyperlaneTokenType() bool

HasHyperlaneTokenType returns a boolean if a field has been set.

GetHyperlaneTransferType

func (o *ResponsesEnums) GetHyperlaneTransferType() []string

GetHyperlaneTransferType returns the HyperlaneTransferType field if non-nil, zero value otherwise.

GetHyperlaneTransferTypeOk

func (o *ResponsesEnums) GetHyperlaneTransferTypeOk() (*[]string, bool)

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

SetHyperlaneTransferType

func (o *ResponsesEnums) SetHyperlaneTransferType(v []string)

SetHyperlaneTransferType sets HyperlaneTransferType field to given value.

HasHyperlaneTransferType

func (o *ResponsesEnums) HasHyperlaneTransferType() bool

HasHyperlaneTransferType returns a boolean if a field has been set.

GetIbcChannelStatus

func (o *ResponsesEnums) GetIbcChannelStatus() []string

GetIbcChannelStatus returns the IbcChannelStatus field if non-nil, zero value otherwise.

GetIbcChannelStatusOk

func (o *ResponsesEnums) GetIbcChannelStatusOk() (*[]string, bool)

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

SetIbcChannelStatus

func (o *ResponsesEnums) SetIbcChannelStatus(v []string)

SetIbcChannelStatus sets IbcChannelStatus field to given value.

HasIbcChannelStatus

func (o *ResponsesEnums) HasIbcChannelStatus() bool

HasIbcChannelStatus returns a boolean if a field has been set.

GetMessageType

func (o *ResponsesEnums) GetMessageType() []string

GetMessageType returns the MessageType field if non-nil, zero value otherwise.

GetMessageTypeOk

func (o *ResponsesEnums) GetMessageTypeOk() (*[]string, bool)

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

SetMessageType

func (o *ResponsesEnums) SetMessageType(v []string)

SetMessageType sets MessageType field to given value.

HasMessageType

func (o *ResponsesEnums) HasMessageType() bool

HasMessageType returns a boolean if a field has been set.

GetProposalStatus

func (o *ResponsesEnums) GetProposalStatus() []string

GetProposalStatus returns the ProposalStatus field if non-nil, zero value otherwise.

GetProposalStatusOk

func (o *ResponsesEnums) GetProposalStatusOk() (*[]string, bool)

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

SetProposalStatus

func (o *ResponsesEnums) SetProposalStatus(v []string)

SetProposalStatus sets ProposalStatus field to given value.

HasProposalStatus

func (o *ResponsesEnums) HasProposalStatus() bool

HasProposalStatus returns a boolean if a field has been set.

GetProposalType

func (o *ResponsesEnums) GetProposalType() []string

GetProposalType returns the ProposalType field if non-nil, zero value otherwise.

GetProposalTypeOk

func (o *ResponsesEnums) GetProposalTypeOk() (*[]string, bool)

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

SetProposalType

func (o *ResponsesEnums) SetProposalType(v []string)

SetProposalType sets ProposalType field to given value.

HasProposalType

func (o *ResponsesEnums) HasProposalType() bool

HasProposalType returns a boolean if a field has been set.

GetRollupType

func (o *ResponsesEnums) GetRollupType() []string

GetRollupType returns the RollupType field if non-nil, zero value otherwise.

GetRollupTypeOk

func (o *ResponsesEnums) GetRollupTypeOk() (*[]string, bool)

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

SetRollupType

func (o *ResponsesEnums) SetRollupType(v []string)

SetRollupType sets RollupType field to given value.

HasRollupType

func (o *ResponsesEnums) HasRollupType() bool

HasRollupType returns a boolean if a field has been set.

GetStatus

func (o *ResponsesEnums) GetStatus() []string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ResponsesEnums) GetStatusOk() (*[]string, bool)

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

SetStatus

func (o *ResponsesEnums) SetStatus(v []string)

SetStatus sets Status field to given value.

HasStatus

func (o *ResponsesEnums) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetTags

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

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

GetTagsOk

func (o *ResponsesEnums) 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 *ResponsesEnums) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *ResponsesEnums) HasTags() bool

HasTags returns a boolean if a field has been set.

GetUpgradeStatus

func (o *ResponsesEnums) GetUpgradeStatus() []string

GetUpgradeStatus returns the UpgradeStatus field if non-nil, zero value otherwise.

GetUpgradeStatusOk

func (o *ResponsesEnums) GetUpgradeStatusOk() (*[]string, bool)

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

SetUpgradeStatus

func (o *ResponsesEnums) SetUpgradeStatus(v []string)

SetUpgradeStatus sets UpgradeStatus field to given value.

HasUpgradeStatus

func (o *ResponsesEnums) HasUpgradeStatus() bool

HasUpgradeStatus returns a boolean if a field has been set.

GetVoteOption

func (o *ResponsesEnums) GetVoteOption() []string

GetVoteOption returns the VoteOption field if non-nil, zero value otherwise.

GetVoteOptionOk

func (o *ResponsesEnums) GetVoteOptionOk() (*[]string, bool)

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

SetVoteOption

func (o *ResponsesEnums) SetVoteOption(v []string)

SetVoteOption sets VoteOption field to given value.

HasVoteOption

func (o *ResponsesEnums) HasVoteOption() bool

HasVoteOption returns a boolean if a field has been set.

GetVoteType

func (o *ResponsesEnums) GetVoteType() []string

GetVoteType returns the VoteType field if non-nil, zero value otherwise.

GetVoteTypeOk

func (o *ResponsesEnums) GetVoteTypeOk() (*[]string, bool)

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

SetVoteType

func (o *ResponsesEnums) SetVoteType(v []string)

SetVoteType sets VoteType field to given value.

HasVoteType

func (o *ResponsesEnums) HasVoteType() bool

HasVoteType returns a boolean if a field has been set.

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