|
| 1 | +# SecurityMonitoringFilter |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**Action** | Pointer to [**SecurityMonitoringFilterAction**](SecurityMonitoringFilterAction.md) | | [optional] |
| 8 | +**Query** | Pointer to **string** | Query for selecting logs to apply the filtering action. | [optional] |
| 9 | + |
| 10 | +## Methods |
| 11 | + |
| 12 | +### NewSecurityMonitoringFilter |
| 13 | + |
| 14 | +`func NewSecurityMonitoringFilter() *SecurityMonitoringFilter` |
| 15 | + |
| 16 | +NewSecurityMonitoringFilter instantiates a new SecurityMonitoringFilter object |
| 17 | +This constructor will assign default values to properties that have it defined, |
| 18 | +and makes sure properties required by API are set, but the set of arguments |
| 19 | +will change when the set of required properties is changed |
| 20 | + |
| 21 | +### NewSecurityMonitoringFilterWithDefaults |
| 22 | + |
| 23 | +`func NewSecurityMonitoringFilterWithDefaults() *SecurityMonitoringFilter` |
| 24 | + |
| 25 | +NewSecurityMonitoringFilterWithDefaults instantiates a new SecurityMonitoringFilter object |
| 26 | +This constructor will only assign default values to properties that have it defined, |
| 27 | +but it doesn't guarantee that properties required by API are set |
| 28 | + |
| 29 | +### GetAction |
| 30 | + |
| 31 | +`func (o *SecurityMonitoringFilter) GetAction() SecurityMonitoringFilterAction` |
| 32 | + |
| 33 | +GetAction returns the Action field if non-nil, zero value otherwise. |
| 34 | + |
| 35 | +### GetActionOk |
| 36 | + |
| 37 | +`func (o *SecurityMonitoringFilter) GetActionOk() (*SecurityMonitoringFilterAction, bool)` |
| 38 | + |
| 39 | +GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise |
| 40 | +and a boolean to check if the value has been set. |
| 41 | + |
| 42 | +### SetAction |
| 43 | + |
| 44 | +`func (o *SecurityMonitoringFilter) SetAction(v SecurityMonitoringFilterAction)` |
| 45 | + |
| 46 | +SetAction sets Action field to given value. |
| 47 | + |
| 48 | +### HasAction |
| 49 | + |
| 50 | +`func (o *SecurityMonitoringFilter) HasAction() bool` |
| 51 | + |
| 52 | +HasAction returns a boolean if a field has been set. |
| 53 | + |
| 54 | +### GetQuery |
| 55 | + |
| 56 | +`func (o *SecurityMonitoringFilter) GetQuery() string` |
| 57 | + |
| 58 | +GetQuery returns the Query field if non-nil, zero value otherwise. |
| 59 | + |
| 60 | +### GetQueryOk |
| 61 | + |
| 62 | +`func (o *SecurityMonitoringFilter) GetQueryOk() (*string, bool)` |
| 63 | + |
| 64 | +GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise |
| 65 | +and a boolean to check if the value has been set. |
| 66 | + |
| 67 | +### SetQuery |
| 68 | + |
| 69 | +`func (o *SecurityMonitoringFilter) SetQuery(v string)` |
| 70 | + |
| 71 | +SetQuery sets Query field to given value. |
| 72 | + |
| 73 | +### HasQuery |
| 74 | + |
| 75 | +`func (o *SecurityMonitoringFilter) HasQuery() bool` |
| 76 | + |
| 77 | +HasQuery returns a boolean if a field has been set. |
| 78 | + |
| 79 | + |
| 80 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 81 | + |
| 82 | + |
0 commit comments