Class: DatadogAPIClient::V2::IncidentNotificationRuleArrayMetaPage

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

Overview

Pagination metadata.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/incident_notification_rule_array_meta_page.rb', line 33

def additional_properties
  @additional_properties
end

#next_offsetObject

The offset for the next page of results.



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

def next_offset
  @next_offset
end

#offsetObject

The current offset in the results.



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

def offset
  @offset
end

#sizeObject

The number of results returned per page.



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

def size
  @size
end