Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.54 KB

File metadata and controls

134 lines (73 loc) · 3.54 KB

DnsGeoReportListsInner

Properties

Name Type Description Notes
Country Pointer to string [optional]
Name Pointer to string [optional]
Code Pointer to string [optional]
Requests Pointer to int32 [optional]

Methods

NewDnsGeoReportListsInner

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

NewDnsGeoReportListsInnerWithDefaults

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

GetCountry

func (o *DnsGeoReportListsInner) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

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.

SetCountry

func (o *DnsGeoReportListsInner) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *DnsGeoReportListsInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetName

func (o *DnsGeoReportListsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *DnsGeoReportListsInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *DnsGeoReportListsInner) HasName() bool

HasName returns a boolean if a field has been set.

GetCode

func (o *DnsGeoReportListsInner) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

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.

SetCode

func (o *DnsGeoReportListsInner) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *DnsGeoReportListsInner) HasCode() bool

HasCode returns a boolean if a field has been set.

GetRequests

func (o *DnsGeoReportListsInner) GetRequests() int32

GetRequests returns the Requests field if non-nil, zero value otherwise.

GetRequestsOk

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.

SetRequests

func (o *DnsGeoReportListsInner) SetRequests(v int32)

SetRequests sets Requests field to given value.

HasRequests

func (o *DnsGeoReportListsInner) HasRequests() bool

HasRequests returns a boolean if a field has been set.

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