Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.45 KB

ResponsesDenomMetadata.md

File metadata and controls

212 lines (115 loc) · 5.45 KB

ResponsesDenomMetadata

Properties

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]

Methods

NewResponsesDenomMetadata

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

NewResponsesDenomMetadataWithDefaults

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

GetBase

func (o *ResponsesDenomMetadata) GetBase() string

GetBase returns the Base field if non-nil, zero value otherwise.

GetBaseOk

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.

SetBase

func (o *ResponsesDenomMetadata) SetBase(v string)

SetBase sets Base field to given value.

HasBase

func (o *ResponsesDenomMetadata) HasBase() bool

HasBase returns a boolean if a field has been set.

GetDescription

func (o *ResponsesDenomMetadata) GetDescription() string

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

GetDescriptionOk

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.

SetDescription

func (o *ResponsesDenomMetadata) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ResponsesDenomMetadata) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplay

func (o *ResponsesDenomMetadata) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

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.

SetDisplay

func (o *ResponsesDenomMetadata) SetDisplay(v string)

SetDisplay sets Display field to given value.

HasDisplay

func (o *ResponsesDenomMetadata) HasDisplay() bool

HasDisplay returns a boolean if a field has been set.

GetName

func (o *ResponsesDenomMetadata) GetName() string

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

GetNameOk

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.

SetName

func (o *ResponsesDenomMetadata) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResponsesDenomMetadata) HasName() bool

HasName returns a boolean if a field has been set.

GetSymbol

func (o *ResponsesDenomMetadata) GetSymbol() string

GetSymbol returns the Symbol field if non-nil, zero value otherwise.

GetSymbolOk

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.

SetSymbol

func (o *ResponsesDenomMetadata) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

HasSymbol

func (o *ResponsesDenomMetadata) HasSymbol() bool

HasSymbol returns a boolean if a field has been set.

GetUnits

func (o *ResponsesDenomMetadata) GetUnits() []int32

GetUnits returns the Units field if non-nil, zero value otherwise.

GetUnitsOk

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.

SetUnits

func (o *ResponsesDenomMetadata) SetUnits(v []int32)

SetUnits sets Units field to given value.

HasUnits

func (o *ResponsesDenomMetadata) HasUnits() bool

HasUnits returns a boolean if a field has been set.

GetUri

func (o *ResponsesDenomMetadata) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

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.

SetUri

func (o *ResponsesDenomMetadata) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *ResponsesDenomMetadata) HasUri() bool

HasUri returns a boolean if a field has been set.

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