| Name | Type | Description | Notes |
|---|---|---|---|
| Public | Pointer to []StructuresAddressInfoPublicAddress | [optional] | |
| Private | Pointer to []StructuresAddressInfoPrivateAddress | [optional] |
func NewStructuresAddressInfo() *StructuresAddressInfo
NewStructuresAddressInfo instantiates a new StructuresAddressInfo 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 NewStructuresAddressInfoWithDefaults() *StructuresAddressInfo
NewStructuresAddressInfoWithDefaults instantiates a new StructuresAddressInfo 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 *StructuresAddressInfo) GetPublic() []StructuresAddressInfoPublicAddress
GetPublic returns the Public field if non-nil, zero value otherwise.
func (o *StructuresAddressInfo) GetPublicOk() (*[]StructuresAddressInfoPublicAddress, bool)
GetPublicOk returns a tuple with the Public field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresAddressInfo) SetPublic(v []StructuresAddressInfoPublicAddress)
SetPublic sets Public field to given value.
func (o *StructuresAddressInfo) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (o *StructuresAddressInfo) GetPrivate() []StructuresAddressInfoPrivateAddress
GetPrivate returns the Private field if non-nil, zero value otherwise.
func (o *StructuresAddressInfo) GetPrivateOk() (*[]StructuresAddressInfoPrivateAddress, bool)
GetPrivateOk returns a tuple with the Private field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresAddressInfo) SetPrivate(v []StructuresAddressInfoPrivateAddress)
SetPrivate sets Private field to given value.
func (o *StructuresAddressInfo) HasPrivate() bool
HasPrivate returns a boolean if a field has been set.