Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.21 KB

File metadata and controls

160 lines (87 loc) · 4.21 KB

LogForwarderWAFType

Properties

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]

Methods

NewLogForwarderWAFType

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

NewLogForwarderWAFTypeWithDefaults

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

GetProduct

func (o *LogForwarderWAFType) GetProduct() bool

GetProduct returns the Product field if non-nil, zero value otherwise.

GetProductOk

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.

SetProduct

func (o *LogForwarderWAFType) SetProduct(v bool)

SetProduct sets Product field to given value.

HasProduct

func (o *LogForwarderWAFType) HasProduct() bool

HasProduct returns a boolean if a field has been set.

GetTimestamp

func (o *LogForwarderWAFType) GetTimestamp() bool

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

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.

SetTimestamp

func (o *LogForwarderWAFType) SetTimestamp(v bool)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *LogForwarderWAFType) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

GetRemoteAddress

func (o *LogForwarderWAFType) GetRemoteAddress() bool

GetRemoteAddress returns the RemoteAddress field if non-nil, zero value otherwise.

GetRemoteAddressOk

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.

SetRemoteAddress

func (o *LogForwarderWAFType) SetRemoteAddress(v bool)

SetRemoteAddress sets RemoteAddress field to given value.

HasRemoteAddress

func (o *LogForwarderWAFType) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

GetDomain

func (o *LogForwarderWAFType) GetDomain() bool

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

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.

SetDomain

func (o *LogForwarderWAFType) SetDomain(v bool)

SetDomain sets Domain field to given value.

HasDomain

func (o *LogForwarderWAFType) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetData

func (o *LogForwarderWAFType) GetData() bool

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *LogForwarderWAFType) SetData(v bool)

SetData sets Data field to given value.

HasData

func (o *LogForwarderWAFType) HasData() bool

HasData returns a boolean if a field has been set.

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