Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.31 KB

NetworkOrderIpAddressResponse.md

File metadata and controls

134 lines (73 loc) · 4.31 KB

NetworkOrderIpAddressResponse

Properties

Name Type Description Notes
IpAddress Pointer to string [optional]
Error Pointer to NetworkOrderIpAddressResponseError [optional]
AdditionalIp Pointer to StructuresAdditionalIpInfo [optional]
ErrorV2 Pointer to NetworkOrderIpAddressResponseError [optional]

Methods

NewNetworkOrderIpAddressResponse

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

NewNetworkOrderIpAddressResponseWithDefaults

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

GetIpAddress

func (o *NetworkOrderIpAddressResponse) GetIpAddress() string

GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.

GetIpAddressOk

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.

SetIpAddress

func (o *NetworkOrderIpAddressResponse) SetIpAddress(v string)

SetIpAddress sets IpAddress field to given value.

HasIpAddress

func (o *NetworkOrderIpAddressResponse) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

GetError

func (o *NetworkOrderIpAddressResponse) GetError() NetworkOrderIpAddressResponseError

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

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.

SetError

func (o *NetworkOrderIpAddressResponse) SetError(v NetworkOrderIpAddressResponseError)

SetError sets Error field to given value.

HasError

func (o *NetworkOrderIpAddressResponse) HasError() bool

HasError returns a boolean if a field has been set.

GetAdditionalIp

func (o *NetworkOrderIpAddressResponse) GetAdditionalIp() StructuresAdditionalIpInfo

GetAdditionalIp returns the AdditionalIp field if non-nil, zero value otherwise.

GetAdditionalIpOk

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.

SetAdditionalIp

func (o *NetworkOrderIpAddressResponse) SetAdditionalIp(v StructuresAdditionalIpInfo)

SetAdditionalIp sets AdditionalIp field to given value.

HasAdditionalIp

func (o *NetworkOrderIpAddressResponse) HasAdditionalIp() bool

HasAdditionalIp returns a boolean if a field has been set.

GetErrorV2

func (o *NetworkOrderIpAddressResponse) GetErrorV2() NetworkOrderIpAddressResponseError

GetErrorV2 returns the ErrorV2 field if non-nil, zero value otherwise.

GetErrorV2Ok

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.

SetErrorV2

func (o *NetworkOrderIpAddressResponse) SetErrorV2(v NetworkOrderIpAddressResponseError)

SetErrorV2 sets ErrorV2 field to given value.

HasErrorV2

func (o *NetworkOrderIpAddressResponse) HasErrorV2() bool

HasErrorV2 returns a boolean if a field has been set.

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