Class: DatadogAPIClient::V2::IoCGeoLocation
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IoCGeoLocation
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/io_c_geo_location.rb
Overview
Geographic location information for an IP indicator.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#city ⇒ Object
City name.
-
#country_code ⇒ Object
ISO country code.
-
#country_name ⇒ Object
Full country name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/io_c_geo_location.rb', line 33 def additional_properties @additional_properties end |
#city ⇒ Object
City name.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/io_c_geo_location.rb', line 25 def city @city end |
#country_code ⇒ Object
ISO country code.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/io_c_geo_location.rb', line 28 def country_code @country_code end |
#country_name ⇒ Object
Full country name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/io_c_geo_location.rb', line 31 def country_name @country_name end |