Class: DatadogAPIClient::V2::SecurityAutomationRulesLinks

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

Overview

Pagination links for the list of automation rules.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_nextObject

Link to the next page of results.



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

def _next
  @_next
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/security_automation_rules_links.rb', line 36

def additional_properties
  @additional_properties
end

#firstObject

Link to the first page of results.



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

def first
  @first
end

#lastObject

Link to the last page of results.



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

def last
  @last
end

#prevObject

Link to the previous page of results.



34
35
36
# File 'lib/datadog_api_client/v2/models/security_automation_rules_links.rb', line 34

def prev
  @prev
end