Class: DatadogAPIClient::V2::ApplicationKeyResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationKeyResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_key_response_meta.rb
Overview
Additional information related to the application key response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#max_allowed_per_user ⇒ Object
Max allowed number of application keys per user.
-
#page ⇒ Object
Additional information related to the application key response.
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/application_key_response_meta.rb', line 30 def additional_properties @additional_properties end |
#max_allowed_per_user ⇒ Object
Max allowed number of application keys per user.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_key_response_meta.rb', line 25 def max_allowed_per_user @max_allowed_per_user end |
#page ⇒ Object
Additional information related to the application key response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_key_response_meta.rb', line 28 def page @page end |