Class: DatadogAPIClient::V2::IncidentResponseMetaPagination

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

Overview

Pagination properties.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#next_offsetObject

The index of the first element in the next page of results. Equal to page size added to the current offset.



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

def next_offset
  @next_offset
end

#offsetObject

The index of the first element in the results.



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

def offset
  @offset
end

#sizeObject

Maximum size of pages to return.



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

def size
  @size
end