Class: DatadogAPIClient::V2::DeploymentGatesListResponseMetaPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentGatesListResponseMetaPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_gates_list_response_meta_page.rb
Overview
Pagination information for a list of deployment gates.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cursor ⇒ Object
The cursor used for the current page.
-
#next_cursor ⇒ Object
The cursor to use to fetch the next page.
-
#size ⇒ Object
readonly
The number of results per page.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_list_response_meta_page.rb', line 33 def additional_properties @additional_properties end |
#cursor ⇒ Object
The cursor used for the current page.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_list_response_meta_page.rb', line 25 def cursor @cursor end |
#next_cursor ⇒ Object
The cursor to use to fetch the next page. This is absent when there are no more pages.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_list_response_meta_page.rb', line 28 def next_cursor @next_cursor end |
#size ⇒ Object
The number of results per page.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_list_response_meta_page.rb', line 31 def size @size end |