DeleteGlobalThreatOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ThreatId | Pointer to []SiteTimeIdOpenApiVO | The global view needs to pass in a site ID. | [optional] |
Methods
NewDeleteGlobalThreatOpenApiVO
func NewDeleteGlobalThreatOpenApiVO() *DeleteGlobalThreatOpenApiVO
NewDeleteGlobalThreatOpenApiVO instantiates a new DeleteGlobalThreatOpenApiVO 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
NewDeleteGlobalThreatOpenApiVOWithDefaults
func NewDeleteGlobalThreatOpenApiVOWithDefaults() *DeleteGlobalThreatOpenApiVO
NewDeleteGlobalThreatOpenApiVOWithDefaults instantiates a new DeleteGlobalThreatOpenApiVO 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
GetThreatId
func (o *DeleteGlobalThreatOpenApiVO) GetThreatId() []SiteTimeIdOpenApiVO
GetThreatId returns the ThreatId field if non-nil, zero value otherwise.
GetThreatIdOk
func (o *DeleteGlobalThreatOpenApiVO) GetThreatIdOk() (*[]SiteTimeIdOpenApiVO, bool)
GetThreatIdOk returns a tuple with the ThreatId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetThreatId
func (o *DeleteGlobalThreatOpenApiVO) SetThreatId(v []SiteTimeIdOpenApiVO)
SetThreatId sets ThreatId field to given value.
HasThreatId
func (o *DeleteGlobalThreatOpenApiVO) HasThreatId() bool
HasThreatId returns a boolean if a field has been set.