Top5ThreatNumOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Classification | Pointer to []ClassificationOpenApiVO | Classification List. | [optional] |
| Geo | Pointer to []GeoOpenApiVO | Geo List. | [optional] |
Methods
NewTop5ThreatNumOpenApiVO
func NewTop5ThreatNumOpenApiVO() *Top5ThreatNumOpenApiVO
NewTop5ThreatNumOpenApiVO instantiates a new Top5ThreatNumOpenApiVO 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
NewTop5ThreatNumOpenApiVOWithDefaults
func NewTop5ThreatNumOpenApiVOWithDefaults() *Top5ThreatNumOpenApiVO
NewTop5ThreatNumOpenApiVOWithDefaults instantiates a new Top5ThreatNumOpenApiVO 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
GetClassification
func (o *Top5ThreatNumOpenApiVO) GetClassification() []ClassificationOpenApiVO
GetClassification returns the Classification field if non-nil, zero value otherwise.
GetClassificationOk
func (o *Top5ThreatNumOpenApiVO) GetClassificationOk() (*[]ClassificationOpenApiVO, bool)
GetClassificationOk returns a tuple with the Classification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClassification
func (o *Top5ThreatNumOpenApiVO) SetClassification(v []ClassificationOpenApiVO)
SetClassification sets Classification field to given value.
HasClassification
func (o *Top5ThreatNumOpenApiVO) HasClassification() bool
HasClassification returns a boolean if a field has been set.
GetGeo
func (o *Top5ThreatNumOpenApiVO) GetGeo() []GeoOpenApiVO
GetGeo returns the Geo field if non-nil, zero value otherwise.
GetGeoOk
func (o *Top5ThreatNumOpenApiVO) GetGeoOk() (*[]GeoOpenApiVO, bool)
GetGeoOk returns a tuple with the Geo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGeo
func (o *Top5ThreatNumOpenApiVO) SetGeo(v []GeoOpenApiVO)
SetGeo sets Geo field to given value.
HasGeo
func (o *Top5ThreatNumOpenApiVO) HasGeo() bool
HasGeo returns a boolean if a field has been set.