Skip to content

Commit

Permalink
Regenerate client from commit b8f0eb7 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 16, 2022
1 parent 2f6eb58 commit 698c8e8
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 120 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.2",
"regenerated": "2022-02-16 09:18:25.263838",
"spec_repo_commit": "0047b09"
"regenerated": "2022-02-16 12:30:43.178322",
"spec_repo_commit": "b8f0eb7"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-02-16 09:18:25.277189",
"spec_repo_commit": "0047b09"
"regenerated": "2022-02-16 12:30:43.192820",
"spec_repo_commit": "b8f0eb7"
}
}
}
102 changes: 30 additions & 72 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,33 @@ components:
oneOf:
- $ref: '#/components/schemas/User'
type: object
IncidentResponseMeta:
description: The metadata object containing pagination metadata.
properties:
pagination:
$ref: '#/components/schemas/IncidentResponseMetaPagination'
readOnly: true
type: object
IncidentResponseMetaPagination:
description: Pagination properties.
properties:
next_offset:
description: The index of the first element in the next page of results.
Equal to page size added to the current offset.
example: 1000
format: int64
type: integer
offset:
description: The index of the first element in the results.
example: 10
format: int64
type: integer
size:
description: Maximum size of pages to return.
example: 1000
format: int64
type: integer
type: object
IncidentResponseRelationships:
description: The incident's relationships from a response.
properties:
Expand Down Expand Up @@ -1855,30 +1882,7 @@ components:
readOnly: true
type: array
meta:
description: The metadata object containing pagination metadata.
properties:
pagination:
description: Pagination properties.
properties:
next_offset:
description: The index of the first element in the next page of
results. Equal to page size added to the current offset.
example: 1000
format: int64
type: integer
offset:
description: The index of the first element in the results.
example: 10
format: int64
type: integer
size:
description: Maximum size of pages to return.
example: 1000
format: int64
type: integer
type: object
readOnly: true
type: object
$ref: '#/components/schemas/IncidentResponseMeta'
required:
- data
type: object
Expand Down Expand Up @@ -2036,30 +2040,7 @@ components:
readOnly: true
type: array
meta:
description: The metadata object containing pagination metadata.
properties:
pagination:
description: Pagination properties.
properties:
next_offset:
description: The index of the first element in the next page of
results. Equal to page size added to the current offset.
example: 1000
format: int64
type: integer
offset:
description: The index of the first element in the results.
example: 10
format: int64
type: integer
size:
description: Maximum size of pages to return.
example: 1000
format: int64
type: integer
type: object
readOnly: true
type: object
$ref: '#/components/schemas/IncidentResponseMeta'
required:
- data
type: object
Expand Down Expand Up @@ -2305,30 +2286,7 @@ components:
readOnly: true
type: array
meta:
description: The metadata object containing pagination metadata.
properties:
pagination:
description: Pagination properties.
properties:
next_offset:
description: The index of the first element in the next page of
results. Equal to page size added to the current offset.
example: 1000
format: int64
type: integer
offset:
description: The index of the first element in the results.
example: 10
format: int64
type: integer
size:
description: Maximum size of pages to return.
example: 1000
format: int64
type: integer
type: object
readOnly: true
type: object
$ref: '#/components/schemas/IncidentResponseMeta'
required:
- data
type: object
Expand Down
32 changes: 16 additions & 16 deletions docs/datadog_api_client.v2.model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,22 @@ incident\_response\_included\_item
:undoc-members:
:show-inheritance:

incident\_response\_meta
------------------------

.. automodule:: datadog_api_client.v2.model.incident_response_meta
:members:
:undoc-members:
:show-inheritance:

incident\_response\_meta\_pagination
------------------------------------

.. automodule:: datadog_api_client.v2.model.incident_response_meta_pagination
:members:
:undoc-members:
:show-inheritance:

incident\_response\_relationships
---------------------------------

Expand Down Expand Up @@ -841,22 +857,6 @@ incident\_services\_response
:undoc-members:
:show-inheritance:

incident\_services\_response\_meta
----------------------------------

.. automodule:: datadog_api_client.v2.model.incident_services_response_meta
:members:
:undoc-members:
:show-inheritance:

incident\_services\_response\_meta\_pagination
----------------------------------------------

.. automodule:: datadog_api_client.v2.model.incident_services_response_meta_pagination
:members:
:undoc-members:
:show-inheritance:

incident\_team\_create\_attributes
----------------------------------

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/datadog_api_client/v2/model/incident_services_response.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/datadog_api_client/v2/model/incident_teams_response.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/datadog_api_client/v2/model/incidents_response.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/datadog_api_client/v2/models/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 698c8e8

Please sign in to comment.