Class: DatadogAPIClient::V2::PaginatedResponseMeta

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

Overview

Metadata for scores response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#countObject

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

#limitObject

Pagination limit.



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

def limit
  @limit
end

#offsetObject

Pagination offset.



31
32
33
# File 'lib/datadog_api_client/v2/models/paginated_response_meta.rb', line 31

def offset
  @offset
end

#totalObject

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