Name | Type | Description | Notes |
---|---|---|---|
Base | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Display | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Symbol | Pointer to string | [optional] | |
Units | Pointer to []int32 | [optional] | |
Uri | Pointer to string | [optional] |
func NewResponsesDenomMetadata() *ResponsesDenomMetadata
NewResponsesDenomMetadata instantiates a new ResponsesDenomMetadata 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 NewResponsesDenomMetadataWithDefaults() *ResponsesDenomMetadata
NewResponsesDenomMetadataWithDefaults instantiates a new ResponsesDenomMetadata 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 *ResponsesDenomMetadata) GetBase() string
GetBase returns the Base field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) GetBaseOk() (*string, bool)
GetBaseOk returns a tuple with the Base field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesDenomMetadata) SetBase(v string)
SetBase sets Base field to given value.
func (o *ResponsesDenomMetadata) HasBase() bool
HasBase returns a boolean if a field has been set.
func (o *ResponsesDenomMetadata) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) 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 *ResponsesDenomMetadata) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ResponsesDenomMetadata) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ResponsesDenomMetadata) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesDenomMetadata) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *ResponsesDenomMetadata) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (o *ResponsesDenomMetadata) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) 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 *ResponsesDenomMetadata) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesDenomMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesDenomMetadata) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesDenomMetadata) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
func (o *ResponsesDenomMetadata) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (o *ResponsesDenomMetadata) GetUnits() []int32
GetUnits returns the Units field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) GetUnitsOk() (*[]int32, bool)
GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesDenomMetadata) SetUnits(v []int32)
SetUnits sets Units field to given value.
func (o *ResponsesDenomMetadata) HasUnits() bool
HasUnits returns a boolean if a field has been set.
func (o *ResponsesDenomMetadata) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *ResponsesDenomMetadata) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesDenomMetadata) SetUri(v string)
SetUri sets Uri field to given value.
func (o *ResponsesDenomMetadata) HasUri() bool
HasUri returns a boolean if a field has been set.