Sha256: 843dfc5e0205cae7c72891085bc1666ee4555fabfe5fb1e31ae9dcfb78d1c999
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# DatadogAPIClient::V2::IncidentServicesResponseMetaPagination ## Properties | Name | Type | Description | Notes | | --------------- | ----------- | ----------------------------------------------------------------------------------------------------------- | ---------- | | **next_offset** | **Integer** | The index of the first element in the next page of results. Equal to page size added to the current offset. | [optional] | | **offset** | **Integer** | The index of the first element in the results. | [optional] | | **size** | **Integer** | Maximum size of pages to return. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentServicesResponseMetaPagination.new( next_offset: 1000, offset: 10, size: 1000 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentServicesResponseMetaPagination.md |
datadog_api_client-1.5.0 | docs/v2/IncidentServicesResponseMetaPagination.md |