Name | Type | Description | Notes |
---|---|---|---|
ThreatScore | Pointer to int32 | [optional] | |
IsTor | Pointer to bool | [optional] | |
IsProxy | Pointer to bool | [optional] | |
ProxyType | Pointer to string | [optional] | |
ProxyProvider | Pointer to string | [optional] | |
IsAnonymous | Pointer to bool | [optional] | |
IsKnownAttacker | Pointer to bool | [optional] | |
IsSpam | Pointer to bool | [optional] | |
IsBot | Pointer to bool | [optional] | |
IsCloudProvider | Pointer to bool | [optional] | |
CloudProvider | Pointer to string | [optional] |
func NewSecurity() *Security
NewSecurity instantiates a new Security 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 NewSecurityWithDefaults() *Security
NewSecurityWithDefaults instantiates a new Security 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 *Security) GetThreatScore() int32
GetThreatScore returns the ThreatScore field if non-nil, zero value otherwise.
func (o *Security) GetThreatScoreOk() (*int32, bool)
GetThreatScoreOk returns a tuple with the ThreatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetThreatScore(v int32)
SetThreatScore sets ThreatScore field to given value.
func (o *Security) HasThreatScore() bool
HasThreatScore returns a boolean if a field has been set.
func (o *Security) GetIsTor() bool
GetIsTor returns the IsTor field if non-nil, zero value otherwise.
func (o *Security) GetIsTorOk() (*bool, bool)
GetIsTorOk returns a tuple with the IsTor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsTor(v bool)
SetIsTor sets IsTor field to given value.
func (o *Security) HasIsTor() bool
HasIsTor returns a boolean if a field has been set.
func (o *Security) GetIsProxy() bool
GetIsProxy returns the IsProxy field if non-nil, zero value otherwise.
func (o *Security) GetIsProxyOk() (*bool, bool)
GetIsProxyOk returns a tuple with the IsProxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsProxy(v bool)
SetIsProxy sets IsProxy field to given value.
func (o *Security) HasIsProxy() bool
HasIsProxy returns a boolean if a field has been set.
func (o *Security) GetProxyType() string
GetProxyType returns the ProxyType field if non-nil, zero value otherwise.
func (o *Security) GetProxyTypeOk() (*string, bool)
GetProxyTypeOk returns a tuple with the ProxyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetProxyType(v string)
SetProxyType sets ProxyType field to given value.
func (o *Security) HasProxyType() bool
HasProxyType returns a boolean if a field has been set.
func (o *Security) GetProxyProvider() string
GetProxyProvider returns the ProxyProvider field if non-nil, zero value otherwise.
func (o *Security) GetProxyProviderOk() (*string, bool)
GetProxyProviderOk returns a tuple with the ProxyProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetProxyProvider(v string)
SetProxyProvider sets ProxyProvider field to given value.
func (o *Security) HasProxyProvider() bool
HasProxyProvider returns a boolean if a field has been set.
func (o *Security) GetIsAnonymous() bool
GetIsAnonymous returns the IsAnonymous field if non-nil, zero value otherwise.
func (o *Security) GetIsAnonymousOk() (*bool, bool)
GetIsAnonymousOk returns a tuple with the IsAnonymous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsAnonymous(v bool)
SetIsAnonymous sets IsAnonymous field to given value.
func (o *Security) HasIsAnonymous() bool
HasIsAnonymous returns a boolean if a field has been set.
func (o *Security) GetIsKnownAttacker() bool
GetIsKnownAttacker returns the IsKnownAttacker field if non-nil, zero value otherwise.
func (o *Security) GetIsKnownAttackerOk() (*bool, bool)
GetIsKnownAttackerOk returns a tuple with the IsKnownAttacker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsKnownAttacker(v bool)
SetIsKnownAttacker sets IsKnownAttacker field to given value.
func (o *Security) HasIsKnownAttacker() bool
HasIsKnownAttacker returns a boolean if a field has been set.
func (o *Security) GetIsSpam() bool
GetIsSpam returns the IsSpam field if non-nil, zero value otherwise.
func (o *Security) GetIsSpamOk() (*bool, bool)
GetIsSpamOk returns a tuple with the IsSpam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsSpam(v bool)
SetIsSpam sets IsSpam field to given value.
func (o *Security) HasIsSpam() bool
HasIsSpam returns a boolean if a field has been set.
func (o *Security) GetIsBot() bool
GetIsBot returns the IsBot field if non-nil, zero value otherwise.
func (o *Security) GetIsBotOk() (*bool, bool)
GetIsBotOk returns a tuple with the IsBot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsBot(v bool)
SetIsBot sets IsBot field to given value.
func (o *Security) HasIsBot() bool
HasIsBot returns a boolean if a field has been set.
func (o *Security) GetIsCloudProvider() bool
GetIsCloudProvider returns the IsCloudProvider field if non-nil, zero value otherwise.
func (o *Security) GetIsCloudProviderOk() (*bool, bool)
GetIsCloudProviderOk returns a tuple with the IsCloudProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetIsCloudProvider(v bool)
SetIsCloudProvider sets IsCloudProvider field to given value.
func (o *Security) HasIsCloudProvider() bool
HasIsCloudProvider returns a boolean if a field has been set.
func (o *Security) GetCloudProvider() string
GetCloudProvider returns the CloudProvider field if non-nil, zero value otherwise.
func (o *Security) GetCloudProviderOk() (*string, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Security) SetCloudProvider(v string)
SetCloudProvider sets CloudProvider field to given value.
func (o *Security) HasCloudProvider() bool
HasCloudProvider returns a boolean if a field has been set.