Name | Type | Description | Notes |
---|---|---|---|
Name | string | Detection name | |
Options | string | Detection options | |
String | string | Detection description | |
Type | string | Detection type | |
Version | string | DetectIt version |
func NewDetectitEntity(name string, options string, string_ string, type_ string, version string, ) *DetectitEntity
NewDetectitEntity instantiates a new DetectitEntity 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 NewDetectitEntityWithDefaults() *DetectitEntity
NewDetectitEntityWithDefaults instantiates a new DetectitEntity 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 *DetectitEntity) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DetectitEntity) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectitEntity) SetName(v string)
SetName sets Name field to given value.
func (o *DetectitEntity) GetOptions() string
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *DetectitEntity) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectitEntity) SetOptions(v string)
SetOptions sets Options field to given value.
func (o *DetectitEntity) GetString() string
GetString returns the String field if non-nil, zero value otherwise.
func (o *DetectitEntity) GetStringOk() (*string, bool)
GetStringOk returns a tuple with the String field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectitEntity) SetString(v string)
SetString sets String field to given value.
func (o *DetectitEntity) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DetectitEntity) GetTypeOk() (*string, 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 *DetectitEntity) SetType(v string)
SetType sets Type field to given value.
func (o *DetectitEntity) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *DetectitEntity) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectitEntity) SetVersion(v string)
SetVersion sets Version field to given value.