Name | Type | Description | Notes |
---|---|---|---|
Statistics | Pointer to DnsRequestReportStatistics | [optional] | |
Charts | Pointer to DnsRequestReportCharts | [optional] |
func NewDnsRequestReport() *DnsRequestReport
NewDnsRequestReport instantiates a new DnsRequestReport 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 NewDnsRequestReportWithDefaults() *DnsRequestReport
NewDnsRequestReportWithDefaults instantiates a new DnsRequestReport 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 *DnsRequestReport) GetStatistics() DnsRequestReportStatistics
GetStatistics returns the Statistics field if non-nil, zero value otherwise.
func (o *DnsRequestReport) GetStatisticsOk() (*DnsRequestReportStatistics, bool)
GetStatisticsOk returns a tuple with the Statistics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsRequestReport) SetStatistics(v DnsRequestReportStatistics)
SetStatistics sets Statistics field to given value.
func (o *DnsRequestReport) HasStatistics() bool
HasStatistics returns a boolean if a field has been set.
func (o *DnsRequestReport) GetCharts() DnsRequestReportCharts
GetCharts returns the Charts field if non-nil, zero value otherwise.
func (o *DnsRequestReport) GetChartsOk() (*DnsRequestReportCharts, bool)
GetChartsOk returns a tuple with the Charts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsRequestReport) SetCharts(v DnsRequestReportCharts)
SetCharts sets Charts field to given value.
func (o *DnsRequestReport) HasCharts() bool
HasCharts returns a boolean if a field has been set.