Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.43 KB

DetectitEntity.md

File metadata and controls

135 lines (72 loc) · 3.43 KB

DetectitEntity

Properties

Name Type Description Notes
Name string Detection name
Options string Detection options
String string Detection description
Type string Detection type
Version string DetectIt version

Methods

NewDetectitEntity

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

NewDetectitEntityWithDefaults

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

GetName

func (o *DetectitEntity) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *DetectitEntity) SetName(v string)

SetName sets Name field to given value.

GetOptions

func (o *DetectitEntity) GetOptions() string

GetOptions returns the Options field if non-nil, zero value otherwise.

GetOptionsOk

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.

SetOptions

func (o *DetectitEntity) SetOptions(v string)

SetOptions sets Options field to given value.

GetString

func (o *DetectitEntity) GetString() string

GetString returns the String field if non-nil, zero value otherwise.

GetStringOk

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.

SetString

func (o *DetectitEntity) SetString(v string)

SetString sets String field to given value.

GetType

func (o *DetectitEntity) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *DetectitEntity) SetType(v string)

SetType sets Type field to given value.

GetVersion

func (o *DetectitEntity) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *DetectitEntity) SetVersion(v string)

SetVersion sets Version field to given value.

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