Class: DatadogAPIClient::V2::DatadogAPIKey
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DatadogAPIKey
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/datadog_api_key.rb
Overview
The definition of the ‘DatadogAPIKey` object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key ⇒ Object
readonly
The ‘DatadogAPIKey` `api_key`.
-
#app_key ⇒ Object
readonly
The ‘DatadogAPIKey` `app_key`.
-
#datacenter ⇒ Object
readonly
The ‘DatadogAPIKey` `datacenter`.
-
#subdomain ⇒ Object
Custom subdomain used for Datadog URLs generated with this Connection.
-
#type ⇒ Object
readonly
The definition of the ‘DatadogAPIKey` object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 39 def additional_properties @additional_properties end |
#api_key ⇒ Object
The ‘DatadogAPIKey` `api_key`.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 25 def api_key @api_key end |
#app_key ⇒ Object
The ‘DatadogAPIKey` `app_key`.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 28 def app_key @app_key end |
#datacenter ⇒ Object
The ‘DatadogAPIKey` `datacenter`.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 31 def datacenter @datacenter end |
#subdomain ⇒ Object
Custom subdomain used for Datadog URLs generated with this Connection. For example, if this org uses ‘acme.datadoghq.com` to access Datadog, set this field to `acme`. If this field is omitted, generated URLs will use the default site URL for its datacenter (see [docs.datadoghq.com/getting_started/site](https://docs.datadoghq.com/getting_started/site)).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 34 def subdomain @subdomain end |
#type ⇒ Object
The definition of the ‘DatadogAPIKey` object.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 37 def type @type end |