Name | Type | Description | Notes |
---|---|---|---|
LicenseThreatGroupCategory | Pointer to string | [optional] | |
LicenseThreatGroupLevel | Pointer to int32 | [optional] | |
LicenseThreatGroupName | Pointer to string | [optional] |
func NewApiLicenseThreatDTOV2() *ApiLicenseThreatDTOV2
NewApiLicenseThreatDTOV2 instantiates a new ApiLicenseThreatDTOV2 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 NewApiLicenseThreatDTOV2WithDefaults() *ApiLicenseThreatDTOV2
NewApiLicenseThreatDTOV2WithDefaults instantiates a new ApiLicenseThreatDTOV2 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 *ApiLicenseThreatDTOV2) GetLicenseThreatGroupCategory() string
GetLicenseThreatGroupCategory returns the LicenseThreatGroupCategory field if non-nil, zero value otherwise.
func (o *ApiLicenseThreatDTOV2) GetLicenseThreatGroupCategoryOk() (*string, bool)
GetLicenseThreatGroupCategoryOk returns a tuple with the LicenseThreatGroupCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseThreatDTOV2) SetLicenseThreatGroupCategory(v string)
SetLicenseThreatGroupCategory sets LicenseThreatGroupCategory field to given value.
func (o *ApiLicenseThreatDTOV2) HasLicenseThreatGroupCategory() bool
HasLicenseThreatGroupCategory returns a boolean if a field has been set.
func (o *ApiLicenseThreatDTOV2) GetLicenseThreatGroupLevel() int32
GetLicenseThreatGroupLevel returns the LicenseThreatGroupLevel field if non-nil, zero value otherwise.
func (o *ApiLicenseThreatDTOV2) GetLicenseThreatGroupLevelOk() (*int32, bool)
GetLicenseThreatGroupLevelOk returns a tuple with the LicenseThreatGroupLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseThreatDTOV2) SetLicenseThreatGroupLevel(v int32)
SetLicenseThreatGroupLevel sets LicenseThreatGroupLevel field to given value.
func (o *ApiLicenseThreatDTOV2) HasLicenseThreatGroupLevel() bool
HasLicenseThreatGroupLevel returns a boolean if a field has been set.
func (o *ApiLicenseThreatDTOV2) GetLicenseThreatGroupName() string
GetLicenseThreatGroupName returns the LicenseThreatGroupName field if non-nil, zero value otherwise.
func (o *ApiLicenseThreatDTOV2) GetLicenseThreatGroupNameOk() (*string, bool)
GetLicenseThreatGroupNameOk returns a tuple with the LicenseThreatGroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseThreatDTOV2) SetLicenseThreatGroupName(v string)
SetLicenseThreatGroupName sets LicenseThreatGroupName field to given value.
func (o *ApiLicenseThreatDTOV2) HasLicenseThreatGroupName() bool
HasLicenseThreatGroupName returns a boolean if a field has been set.