Class: DatadogAPIClient::V2::APIKeysResponseMeta

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/api_keys_response_meta.rb

Overview

Additional information related to api keys response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#max_allowedObject

Max allowed number of API keys.



25
26
27
# File 'lib/datadog_api_client/v2/models/api_keys_response_meta.rb', line 25

def max_allowed
  @max_allowed
end

#pageObject

Additional information related to the API keys response.



28
29
30
# File 'lib/datadog_api_client/v2/models/api_keys_response_meta.rb', line 28

def page
  @page
end