Name | Type | Description | Notes |
---|---|---|---|
Ipv4 | Pointer to string | The IPv4 addresses for this region's DNS resolvers, separated by commas. | [optional] [readonly] |
Ipv6 | Pointer to string | The IPv6 addresses for this region's DNS resolvers, separated by commas. | [optional] [readonly] |
func NewGetRegions200ResponseDataInnerResolvers() *GetRegions200ResponseDataInnerResolvers
NewGetRegions200ResponseDataInnerResolvers instantiates a new GetRegions200ResponseDataInnerResolvers 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 NewGetRegions200ResponseDataInnerResolversWithDefaults() *GetRegions200ResponseDataInnerResolvers
NewGetRegions200ResponseDataInnerResolversWithDefaults instantiates a new GetRegions200ResponseDataInnerResolvers 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 *GetRegions200ResponseDataInnerResolvers) GetIpv4() string
GetIpv4 returns the Ipv4 field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInnerResolvers) GetIpv4Ok() (*string, bool)
GetIpv4Ok returns a tuple with the Ipv4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInnerResolvers) SetIpv4(v string)
SetIpv4 sets Ipv4 field to given value.
func (o *GetRegions200ResponseDataInnerResolvers) HasIpv4() bool
HasIpv4 returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInnerResolvers) GetIpv6() string
GetIpv6 returns the Ipv6 field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInnerResolvers) GetIpv6Ok() (*string, bool)
GetIpv6Ok returns a tuple with the Ipv6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInnerResolvers) SetIpv6(v string)
SetIpv6 sets Ipv6 field to given value.
func (o *GetRegions200ResponseDataInnerResolvers) HasIpv6() bool
HasIpv6 returns a boolean if a field has been set.