Name | Type | Description | Notes |
---|---|---|---|
Timestamp | Pointer to bool | [optional] | |
Uuid | Pointer to bool | [optional] | |
Record | Pointer to bool | [optional] | |
Type | Pointer to bool | [optional] | |
Ip | Pointer to bool | [optional] | |
Country | Pointer to bool | [optional] | |
Asn | Pointer to bool | [optional] | |
ResponseCode | Pointer to bool | [optional] | |
ProcessTime | Pointer to bool | [optional] |
func NewLogForwarderDNSType() *LogForwarderDNSType
NewLogForwarderDNSType instantiates a new LogForwarderDNSType 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 NewLogForwarderDNSTypeWithDefaults() *LogForwarderDNSType
NewLogForwarderDNSTypeWithDefaults instantiates a new LogForwarderDNSType 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 *LogForwarderDNSType) GetTimestamp() bool
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetTimestampOk() (*bool, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetTimestamp(v bool)
SetTimestamp sets Timestamp field to given value.
func (o *LogForwarderDNSType) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetUuid() bool
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetUuidOk() (*bool, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetUuid(v bool)
SetUuid sets Uuid field to given value.
func (o *LogForwarderDNSType) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetRecord() bool
GetRecord returns the Record field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetRecordOk() (*bool, bool)
GetRecordOk returns a tuple with the Record field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetRecord(v bool)
SetRecord sets Record field to given value.
func (o *LogForwarderDNSType) HasRecord() bool
HasRecord returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetType() bool
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetTypeOk() (*bool, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetType(v bool)
SetType sets Type field to given value.
func (o *LogForwarderDNSType) HasType() bool
HasType returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetIp() bool
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetIpOk() (*bool, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetIp(v bool)
SetIp sets Ip field to given value.
func (o *LogForwarderDNSType) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetCountry() bool
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetCountryOk() (*bool, 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 *LogForwarderDNSType) SetCountry(v bool)
SetCountry sets Country field to given value.
func (o *LogForwarderDNSType) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetAsn() bool
GetAsn returns the Asn field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetAsnOk() (*bool, bool)
GetAsnOk returns a tuple with the Asn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetAsn(v bool)
SetAsn sets Asn field to given value.
func (o *LogForwarderDNSType) HasAsn() bool
HasAsn returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetResponseCode() bool
GetResponseCode returns the ResponseCode field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetResponseCodeOk() (*bool, bool)
GetResponseCodeOk returns a tuple with the ResponseCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetResponseCode(v bool)
SetResponseCode sets ResponseCode field to given value.
func (o *LogForwarderDNSType) HasResponseCode() bool
HasResponseCode returns a boolean if a field has been set.
func (o *LogForwarderDNSType) GetProcessTime() bool
GetProcessTime returns the ProcessTime field if non-nil, zero value otherwise.
func (o *LogForwarderDNSType) GetProcessTimeOk() (*bool, bool)
GetProcessTimeOk returns a tuple with the ProcessTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderDNSType) SetProcessTime(v bool)
SetProcessTime sets ProcessTime field to given value.
func (o *LogForwarderDNSType) HasProcessTime() bool
HasProcessTime returns a boolean if a field has been set.