Class: DatadogAPIClient::V2::PaginatedResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PaginatedResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/paginated_response_meta.rb
Overview
Metadata for scores response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
readonly
Number of entities in this response.
-
#limit ⇒ Object
readonly
Pagination limit.
-
#offset ⇒ Object
readonly
Pagination offset.
-
#total ⇒ Object
readonly
Total number of entities available.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/paginated_response_meta.rb', line 36 def additional_properties @additional_properties end |
#count ⇒ Object
Number of entities in this response.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/paginated_response_meta.rb', line 25 def count @count end |
#limit ⇒ Object
Pagination limit.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/paginated_response_meta.rb', line 28 def limit @limit end |
#offset ⇒ Object
Pagination offset.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/paginated_response_meta.rb', line 31 def offset @offset end |
#total ⇒ Object
Total number of entities available.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/paginated_response_meta.rb', line 34 def total @total end |