| Name | Type | Description | Notes |
|---|---|---|---|
| Product | Pointer to bool | [optional] | |
| Timestamp | Pointer to bool | [optional] | |
| RemoteAddress | Pointer to bool | [optional] | |
| Domain | Pointer to bool | [optional] | |
| Data | Pointer to bool | [optional] |
func NewLogForwarderWAFType() *LogForwarderWAFType
NewLogForwarderWAFType instantiates a new LogForwarderWAFType 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 NewLogForwarderWAFTypeWithDefaults() *LogForwarderWAFType
NewLogForwarderWAFTypeWithDefaults instantiates a new LogForwarderWAFType 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 *LogForwarderWAFType) GetProduct() bool
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *LogForwarderWAFType) GetProductOk() (*bool, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderWAFType) SetProduct(v bool)
SetProduct sets Product field to given value.
func (o *LogForwarderWAFType) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *LogForwarderWAFType) GetTimestamp() bool
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *LogForwarderWAFType) 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 *LogForwarderWAFType) SetTimestamp(v bool)
SetTimestamp sets Timestamp field to given value.
func (o *LogForwarderWAFType) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *LogForwarderWAFType) GetRemoteAddress() bool
GetRemoteAddress returns the RemoteAddress field if non-nil, zero value otherwise.
func (o *LogForwarderWAFType) GetRemoteAddressOk() (*bool, bool)
GetRemoteAddressOk returns a tuple with the RemoteAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderWAFType) SetRemoteAddress(v bool)
SetRemoteAddress sets RemoteAddress field to given value.
func (o *LogForwarderWAFType) HasRemoteAddress() bool
HasRemoteAddress returns a boolean if a field has been set.
func (o *LogForwarderWAFType) GetDomain() bool
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *LogForwarderWAFType) GetDomainOk() (*bool, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderWAFType) SetDomain(v bool)
SetDomain sets Domain field to given value.
func (o *LogForwarderWAFType) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *LogForwarderWAFType) GetData() bool
GetData returns the Data field if non-nil, zero value otherwise.
func (o *LogForwarderWAFType) GetDataOk() (*bool, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderWAFType) SetData(v bool)
SetData sets Data field to given value.
func (o *LogForwarderWAFType) HasData() bool
HasData returns a boolean if a field has been set.