Class: DatadogAPIClient::V2::VirusTotalAPIKey
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::VirusTotalAPIKey
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/virus_total_api_key.rb
Overview
The definition of the VirusTotalAPIKey
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key ⇒ Object
readonly
The
VirusTotalAPIKey
api_key
. -
#type ⇒ Object
readonly
The definition of the
VirusTotalAPIKey
object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/virus_total_api_key.rb', line 30 def additional_properties @additional_properties end |
#api_key ⇒ Object
The VirusTotalAPIKey
api_key
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/virus_total_api_key.rb', line 25 def api_key @api_key end |
#type ⇒ Object
The definition of the VirusTotalAPIKey
object.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/virus_total_api_key.rb', line 28 def type @type end |