| Name | Type | Description | Notes |
|---|---|---|---|
| Country | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Code | Pointer to string | [optional] | |
| Requests | Pointer to int32 | [optional] |
func NewDnsGeoReportListsInner() *DnsGeoReportListsInner
NewDnsGeoReportListsInner instantiates a new DnsGeoReportListsInner 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 NewDnsGeoReportListsInnerWithDefaults() *DnsGeoReportListsInner
NewDnsGeoReportListsInnerWithDefaults instantiates a new DnsGeoReportListsInner 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 *DnsGeoReportListsInner) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *DnsGeoReportListsInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsGeoReportListsInner) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *DnsGeoReportListsInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *DnsGeoReportListsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DnsGeoReportListsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsGeoReportListsInner) SetName(v string)
SetName sets Name field to given value.
func (o *DnsGeoReportListsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DnsGeoReportListsInner) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *DnsGeoReportListsInner) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsGeoReportListsInner) SetCode(v string)
SetCode sets Code field to given value.
func (o *DnsGeoReportListsInner) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *DnsGeoReportListsInner) GetRequests() int32
GetRequests returns the Requests field if non-nil, zero value otherwise.
func (o *DnsGeoReportListsInner) GetRequestsOk() (*int32, bool)
GetRequestsOk returns a tuple with the Requests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsGeoReportListsInner) SetRequests(v int32)
SetRequests sets Requests field to given value.
func (o *DnsGeoReportListsInner) HasRequests() bool
HasRequests returns a boolean if a field has been set.