Name | Type | Description | Notes |
---|---|---|---|
IpAddress | Pointer to string | [optional] | |
Error | Pointer to NetworkOrderIpAddressResponseError | [optional] | |
AdditionalIp | Pointer to StructuresAdditionalIpInfo | [optional] | |
ErrorV2 | Pointer to NetworkOrderIpAddressResponseError | [optional] |
func NewNetworkOrderIpAddressResponse() *NetworkOrderIpAddressResponse
NewNetworkOrderIpAddressResponse instantiates a new NetworkOrderIpAddressResponse 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 NewNetworkOrderIpAddressResponseWithDefaults() *NetworkOrderIpAddressResponse
NewNetworkOrderIpAddressResponseWithDefaults instantiates a new NetworkOrderIpAddressResponse 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 *NetworkOrderIpAddressResponse) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *NetworkOrderIpAddressResponse) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOrderIpAddressResponse) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *NetworkOrderIpAddressResponse) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *NetworkOrderIpAddressResponse) GetError() NetworkOrderIpAddressResponseError
GetError returns the Error field if non-nil, zero value otherwise.
func (o *NetworkOrderIpAddressResponse) GetErrorOk() (*NetworkOrderIpAddressResponseError, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOrderIpAddressResponse) SetError(v NetworkOrderIpAddressResponseError)
SetError sets Error field to given value.
func (o *NetworkOrderIpAddressResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (o *NetworkOrderIpAddressResponse) GetAdditionalIp() StructuresAdditionalIpInfo
GetAdditionalIp returns the AdditionalIp field if non-nil, zero value otherwise.
func (o *NetworkOrderIpAddressResponse) GetAdditionalIpOk() (*StructuresAdditionalIpInfo, bool)
GetAdditionalIpOk returns a tuple with the AdditionalIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOrderIpAddressResponse) SetAdditionalIp(v StructuresAdditionalIpInfo)
SetAdditionalIp sets AdditionalIp field to given value.
func (o *NetworkOrderIpAddressResponse) HasAdditionalIp() bool
HasAdditionalIp returns a boolean if a field has been set.
func (o *NetworkOrderIpAddressResponse) GetErrorV2() NetworkOrderIpAddressResponseError
GetErrorV2 returns the ErrorV2 field if non-nil, zero value otherwise.
func (o *NetworkOrderIpAddressResponse) GetErrorV2Ok() (*NetworkOrderIpAddressResponseError, bool)
GetErrorV2Ok returns a tuple with the ErrorV2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkOrderIpAddressResponse) SetErrorV2(v NetworkOrderIpAddressResponseError)
SetErrorV2 sets ErrorV2 field to given value.
func (o *NetworkOrderIpAddressResponse) HasErrorV2() bool
HasErrorV2 returns a boolean if a field has been set.