Name | Type | Description | Notes |
---|---|---|---|
Celestials | Pointer to ResponsesCelestial | [optional] | |
Hash | Pointer to string | [optional] |
func NewResponsesShortAddress() *ResponsesShortAddress
NewResponsesShortAddress instantiates a new ResponsesShortAddress 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 NewResponsesShortAddressWithDefaults() *ResponsesShortAddress
NewResponsesShortAddressWithDefaults instantiates a new ResponsesShortAddress 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 *ResponsesShortAddress) GetCelestials() ResponsesCelestial
GetCelestials returns the Celestials field if non-nil, zero value otherwise.
func (o *ResponsesShortAddress) GetCelestialsOk() (*ResponsesCelestial, bool)
GetCelestialsOk returns a tuple with the Celestials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesShortAddress) SetCelestials(v ResponsesCelestial)
SetCelestials sets Celestials field to given value.
func (o *ResponsesShortAddress) HasCelestials() bool
HasCelestials returns a boolean if a field has been set.
func (o *ResponsesShortAddress) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ResponsesShortAddress) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesShortAddress) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ResponsesShortAddress) HasHash() bool
HasHash returns a boolean if a field has been set.