Name | Type | Description | Notes |
---|---|---|---|
DenomMetadata | Pointer to []ResponsesDenomMetadata | [optional] | |
Module | Pointer to map[string]map[string]string | [optional] |
func NewResponsesConstants() *ResponsesConstants
NewResponsesConstants instantiates a new ResponsesConstants 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 NewResponsesConstantsWithDefaults() *ResponsesConstants
NewResponsesConstantsWithDefaults instantiates a new ResponsesConstants 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 *ResponsesConstants) GetDenomMetadata() []ResponsesDenomMetadata
GetDenomMetadata returns the DenomMetadata field if non-nil, zero value otherwise.
func (o *ResponsesConstants) GetDenomMetadataOk() (*[]ResponsesDenomMetadata, bool)
GetDenomMetadataOk returns a tuple with the DenomMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesConstants) SetDenomMetadata(v []ResponsesDenomMetadata)
SetDenomMetadata sets DenomMetadata field to given value.
func (o *ResponsesConstants) HasDenomMetadata() bool
HasDenomMetadata returns a boolean if a field has been set.
func (o *ResponsesConstants) GetModule() map[string]map[string]string
GetModule returns the Module field if non-nil, zero value otherwise.
func (o *ResponsesConstants) GetModuleOk() (*map[string]map[string]string, bool)
GetModuleOk returns a tuple with the Module field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesConstants) SetModule(v map[string]map[string]string)
SetModule sets Module field to given value.
func (o *ResponsesConstants) HasModule() bool
HasModule returns a boolean if a field has been set.