Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.38 KB

ResponsesShortAddress.md

File metadata and controls

82 lines (45 loc) · 2.38 KB

ResponsesShortAddress

Properties

Name Type Description Notes
Celestials Pointer to ResponsesCelestial [optional]
Hash Pointer to string [optional]

Methods

NewResponsesShortAddress

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

NewResponsesShortAddressWithDefaults

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

GetCelestials

func (o *ResponsesShortAddress) GetCelestials() ResponsesCelestial

GetCelestials returns the Celestials field if non-nil, zero value otherwise.

GetCelestialsOk

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.

SetCelestials

func (o *ResponsesShortAddress) SetCelestials(v ResponsesCelestial)

SetCelestials sets Celestials field to given value.

HasCelestials

func (o *ResponsesShortAddress) HasCelestials() bool

HasCelestials returns a boolean if a field has been set.

GetHash

func (o *ResponsesShortAddress) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

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.

SetHash

func (o *ResponsesShortAddress) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ResponsesShortAddress) HasHash() bool

HasHash returns a boolean if a field has been set.

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