Name | Type | Description | Notes |
---|---|---|---|
Indirizzo | Pointer to NullableString | [optional] | |
NumeroCivico | Pointer to NullableString | [optional] | |
Cap | Pointer to NullableString | [optional] | |
Comune | Pointer to NullableString | [optional] | |
Provincia | Pointer to NullableString | [optional] | |
Nazione | Pointer to NullableString | [optional] [default to "IT"] |
func NewIndirizzoResa() *IndirizzoResa
NewIndirizzoResa instantiates a new IndirizzoResa 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 NewIndirizzoResaWithDefaults() *IndirizzoResa
NewIndirizzoResaWithDefaults instantiates a new IndirizzoResa 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 *IndirizzoResa) GetIndirizzo() string
GetIndirizzo returns the Indirizzo field if non-nil, zero value otherwise.
func (o *IndirizzoResa) GetIndirizzoOk() (*string, bool)
GetIndirizzoOk returns a tuple with the Indirizzo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndirizzoResa) SetIndirizzo(v string)
SetIndirizzo sets Indirizzo field to given value.
func (o *IndirizzoResa) HasIndirizzo() bool
HasIndirizzo returns a boolean if a field has been set.
func (o *IndirizzoResa) SetIndirizzoNil(b bool)
SetIndirizzoNil sets the value for Indirizzo to be an explicit nil
func (o *IndirizzoResa) UnsetIndirizzo()
UnsetIndirizzo ensures that no value is present for Indirizzo, not even an explicit nil
func (o *IndirizzoResa) GetNumeroCivico() string
GetNumeroCivico returns the NumeroCivico field if non-nil, zero value otherwise.
func (o *IndirizzoResa) GetNumeroCivicoOk() (*string, bool)
GetNumeroCivicoOk returns a tuple with the NumeroCivico field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndirizzoResa) SetNumeroCivico(v string)
SetNumeroCivico sets NumeroCivico field to given value.
func (o *IndirizzoResa) HasNumeroCivico() bool
HasNumeroCivico returns a boolean if a field has been set.
func (o *IndirizzoResa) SetNumeroCivicoNil(b bool)
SetNumeroCivicoNil sets the value for NumeroCivico to be an explicit nil
func (o *IndirizzoResa) UnsetNumeroCivico()
UnsetNumeroCivico ensures that no value is present for NumeroCivico, not even an explicit nil
func (o *IndirizzoResa) GetCap() string
GetCap returns the Cap field if non-nil, zero value otherwise.
func (o *IndirizzoResa) GetCapOk() (*string, bool)
GetCapOk returns a tuple with the Cap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndirizzoResa) SetCap(v string)
SetCap sets Cap field to given value.
func (o *IndirizzoResa) HasCap() bool
HasCap returns a boolean if a field has been set.
func (o *IndirizzoResa) SetCapNil(b bool)
SetCapNil sets the value for Cap to be an explicit nil
func (o *IndirizzoResa) UnsetCap()
UnsetCap ensures that no value is present for Cap, not even an explicit nil
func (o *IndirizzoResa) GetComune() string
GetComune returns the Comune field if non-nil, zero value otherwise.
func (o *IndirizzoResa) GetComuneOk() (*string, bool)
GetComuneOk returns a tuple with the Comune field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndirizzoResa) SetComune(v string)
SetComune sets Comune field to given value.
func (o *IndirizzoResa) HasComune() bool
HasComune returns a boolean if a field has been set.
func (o *IndirizzoResa) SetComuneNil(b bool)
SetComuneNil sets the value for Comune to be an explicit nil
func (o *IndirizzoResa) UnsetComune()
UnsetComune ensures that no value is present for Comune, not even an explicit nil
func (o *IndirizzoResa) GetProvincia() string
GetProvincia returns the Provincia field if non-nil, zero value otherwise.
func (o *IndirizzoResa) GetProvinciaOk() (*string, bool)
GetProvinciaOk returns a tuple with the Provincia field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndirizzoResa) SetProvincia(v string)
SetProvincia sets Provincia field to given value.
func (o *IndirizzoResa) HasProvincia() bool
HasProvincia returns a boolean if a field has been set.
func (o *IndirizzoResa) SetProvinciaNil(b bool)
SetProvinciaNil sets the value for Provincia to be an explicit nil
func (o *IndirizzoResa) UnsetProvincia()
UnsetProvincia ensures that no value is present for Provincia, not even an explicit nil
func (o *IndirizzoResa) GetNazione() string
GetNazione returns the Nazione field if non-nil, zero value otherwise.
func (o *IndirizzoResa) GetNazioneOk() (*string, bool)
GetNazioneOk returns a tuple with the Nazione field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndirizzoResa) SetNazione(v string)
SetNazione sets Nazione field to given value.
func (o *IndirizzoResa) HasNazione() bool
HasNazione returns a boolean if a field has been set.
func (o *IndirizzoResa) SetNazioneNil(b bool)
SetNazioneNil sets the value for Nazione to be an explicit nil
func (o *IndirizzoResa) UnsetNazione()
UnsetNazione ensures that no value is present for Nazione, not even an explicit nil