Sha256: 51f3b09710c42a1dc6a877bcc32f393d37d940fce114066043a782bab514050e
Contents?: true
Size: 664 Bytes
Versions: 7
Compression:
Stored size: 664 Bytes
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
7 entries across 7 versions & 1 rubygems