diff --git a/.apigentools-info b/.apigentools-info index ebdb1ce14e..a052b74d1d 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-20 15:01:19.638714", - "spec_repo_commit": "0f5c928e" + "regenerated": "2025-03-24 17:12:23.541972", + "spec_repo_commit": "764de5f0" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-20 15:01:19.653993", - "spec_repo_commit": "0f5c928e" + "regenerated": "2025-03-24 17:12:23.660221", + "spec_repo_commit": "764de5f0" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index aa344b25b5..cd3b7d730b 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -11936,9 +11936,15 @@ components: description: Incident ID. type: string type: - description: Incident description. - type: string + $ref: '#/components/schemas/EntityResponseIncludedIncidentType' type: object + EntityResponseIncludedIncidentType: + description: Incident description. + enum: + - incident + type: string + x-enum-varnames: + - INCIDENT EntityResponseIncludedOncall: description: Included oncall. properties: @@ -11948,9 +11954,15 @@ components: description: Oncall ID. type: string type: - description: Oncall type. - type: string + $ref: '#/components/schemas/EntityResponseIncludedOncallType' type: object + EntityResponseIncludedOncallType: + description: Oncall type. + enum: + - oncall + type: string + x-enum-varnames: + - ONCALL EntityResponseIncludedRawSchema: description: Included raw schema. properties: @@ -11960,8 +11972,7 @@ components: description: Raw schema ID. type: string type: - description: Raw schema type. - type: string + $ref: '#/components/schemas/EntityResponseIncludedRawSchemaType' type: object EntityResponseIncludedRawSchemaAttributes: description: Included raw schema attributes. @@ -11970,6 +11981,13 @@ components: description: Schema from user input in base64 encoding. type: string type: object + EntityResponseIncludedRawSchemaType: + description: Raw schema type. + enum: + - rawSchema + type: string + x-enum-varnames: + - RAW_SCHEMA EntityResponseIncludedRelatedEntity: description: Included related entity. properties: @@ -11981,8 +11999,7 @@ components: meta: $ref: '#/components/schemas/EntityResponseIncludedRelatedEntityMeta' type: - description: Related entity. - type: string + $ref: '#/components/schemas/EntityResponseIncludedRelatedEntityType' type: object EntityResponseIncludedRelatedEntityAttributes: description: Related entity attributes. @@ -12018,6 +12035,13 @@ components: description: Entity relation source. type: string type: object + EntityResponseIncludedRelatedEntityType: + description: Related entity. + enum: + - relatedEntity + type: string + x-enum-varnames: + - RELATED_ENTITY EntityResponseIncludedRelatedIncidentAttributes: description: Incident attributes. properties: @@ -12075,8 +12099,7 @@ components: description: Entity ID. type: string type: - description: Schema type. - type: string + $ref: '#/components/schemas/EntityResponseIncludedSchemaType' type: object EntityResponseIncludedSchemaAttributes: description: Included schema. @@ -12084,6 +12107,13 @@ components: schema: $ref: '#/components/schemas/EntityV3' type: object + EntityResponseIncludedSchemaType: + description: Schema type. + enum: + - schema + type: string + x-enum-varnames: + - SCHEMA EntityResponseMeta: description: Entity metadata. properties: diff --git a/docs/datadog_api_client.v2.model.rst b/docs/datadog_api_client.v2.model.rst index bad1e699ff..e87ad59167 100644 --- a/docs/datadog_api_client.v2.model.rst +++ b/docs/datadog_api_client.v2.model.rst @@ -4806,6 +4806,13 @@ datadog\_api\_client.v2.model.entity\_response\_included\_incident module :members: :show-inheritance: +datadog\_api\_client.v2.model.entity\_response\_included\_incident\_type module +------------------------------------------------------------------------------- + +.. automodule:: datadog_api_client.v2.model.entity_response_included_incident_type + :members: + :show-inheritance: + datadog\_api\_client.v2.model.entity\_response\_included\_oncall module ----------------------------------------------------------------------- @@ -4813,6 +4820,13 @@ datadog\_api\_client.v2.model.entity\_response\_included\_oncall module :members: :show-inheritance: +datadog\_api\_client.v2.model.entity\_response\_included\_oncall\_type module +----------------------------------------------------------------------------- + +.. automodule:: datadog_api_client.v2.model.entity_response_included_oncall_type + :members: + :show-inheritance: + datadog\_api\_client.v2.model.entity\_response\_included\_raw\_schema module ---------------------------------------------------------------------------- @@ -4827,6 +4841,13 @@ datadog\_api\_client.v2.model.entity\_response\_included\_raw\_schema\_attribute :members: :show-inheritance: +datadog\_api\_client.v2.model.entity\_response\_included\_raw\_schema\_type module +---------------------------------------------------------------------------------- + +.. automodule:: datadog_api_client.v2.model.entity_response_included_raw_schema_type + :members: + :show-inheritance: + datadog\_api\_client.v2.model.entity\_response\_included\_related\_entity module -------------------------------------------------------------------------------- @@ -4848,6 +4869,13 @@ datadog\_api\_client.v2.model.entity\_response\_included\_related\_entity\_meta :members: :show-inheritance: +datadog\_api\_client.v2.model.entity\_response\_included\_related\_entity\_type module +-------------------------------------------------------------------------------------- + +.. automodule:: datadog_api_client.v2.model.entity_response_included_related_entity_type + :members: + :show-inheritance: + datadog\_api\_client.v2.model.entity\_response\_included\_related\_incident\_attributes module ---------------------------------------------------------------------------------------------- @@ -4883,6 +4911,13 @@ datadog\_api\_client.v2.model.entity\_response\_included\_schema\_attributes mod :members: :show-inheritance: +datadog\_api\_client.v2.model.entity\_response\_included\_schema\_type module +----------------------------------------------------------------------------- + +.. automodule:: datadog_api_client.v2.model.entity_response_included_schema_type + :members: + :show-inheritance: + datadog\_api\_client.v2.model.entity\_response\_meta module ----------------------------------------------------------- diff --git a/src/datadog_api_client/v2/model/entity_response_included_incident.py b/src/datadog_api_client/v2/model/entity_response_included_incident.py index d9d509fc78..7db737f99f 100644 --- a/src/datadog_api_client/v2/model/entity_response_included_incident.py +++ b/src/datadog_api_client/v2/model/entity_response_included_incident.py @@ -17,6 +17,7 @@ from datadog_api_client.v2.model.entity_response_included_related_incident_attributes import ( EntityResponseIncludedRelatedIncidentAttributes, ) + from datadog_api_client.v2.model.entity_response_included_incident_type import EntityResponseIncludedIncidentType class EntityResponseIncludedIncident(ModelNormal): @@ -25,11 +26,14 @@ def openapi_types(_): from datadog_api_client.v2.model.entity_response_included_related_incident_attributes import ( EntityResponseIncludedRelatedIncidentAttributes, ) + from datadog_api_client.v2.model.entity_response_included_incident_type import ( + EntityResponseIncludedIncidentType, + ) return { "attributes": (EntityResponseIncludedRelatedIncidentAttributes,), "id": (str,), - "type": (str,), + "type": (EntityResponseIncludedIncidentType,), } attribute_map = { @@ -42,7 +46,7 @@ def __init__( self_, attributes: Union[EntityResponseIncludedRelatedIncidentAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, - type: Union[str, UnsetType] = unset, + type: Union[EntityResponseIncludedIncidentType, UnsetType] = unset, **kwargs, ): """ @@ -55,7 +59,7 @@ def __init__( :type id: str, optional :param type: Incident description. - :type type: str, optional + :type type: EntityResponseIncludedIncidentType, optional """ if attributes is not unset: kwargs["attributes"] = attributes diff --git a/src/datadog_api_client/v2/model/entity_response_included_incident_type.py b/src/datadog_api_client/v2/model/entity_response_included_incident_type.py new file mode 100644 index 0000000000..34236aa4b1 --- /dev/null +++ b/src/datadog_api_client/v2/model/entity_response_included_incident_type.py @@ -0,0 +1,35 @@ +# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. +# This product includes software developed at Datadog (https://www.datadoghq.com/). +# Copyright 2019-Present Datadog, Inc. +from __future__ import annotations + + +from datadog_api_client.model_utils import ( + ModelSimple, + cached_property, +) + +from typing import ClassVar + + +class EntityResponseIncludedIncidentType(ModelSimple): + """ + Incident description. + + :param value: If omitted defaults to "incident". Must be one of ["incident"]. + :type value: str + """ + + allowed_values = { + "incident", + } + INCIDENT: ClassVar["EntityResponseIncludedIncidentType"] + + @cached_property + def openapi_types(_): + return { + "value": (str,), + } + + +EntityResponseIncludedIncidentType.INCIDENT = EntityResponseIncludedIncidentType("incident") diff --git a/src/datadog_api_client/v2/model/entity_response_included_oncall.py b/src/datadog_api_client/v2/model/entity_response_included_oncall.py index f24f4257c8..737705db79 100644 --- a/src/datadog_api_client/v2/model/entity_response_included_oncall.py +++ b/src/datadog_api_client/v2/model/entity_response_included_oncall.py @@ -17,6 +17,7 @@ from datadog_api_client.v2.model.entity_response_included_related_oncall_attributes import ( EntityResponseIncludedRelatedOncallAttributes, ) + from datadog_api_client.v2.model.entity_response_included_oncall_type import EntityResponseIncludedOncallType class EntityResponseIncludedOncall(ModelNormal): @@ -25,11 +26,12 @@ def openapi_types(_): from datadog_api_client.v2.model.entity_response_included_related_oncall_attributes import ( EntityResponseIncludedRelatedOncallAttributes, ) + from datadog_api_client.v2.model.entity_response_included_oncall_type import EntityResponseIncludedOncallType return { "attributes": (EntityResponseIncludedRelatedOncallAttributes,), "id": (str,), - "type": (str,), + "type": (EntityResponseIncludedOncallType,), } attribute_map = { @@ -42,7 +44,7 @@ def __init__( self_, attributes: Union[EntityResponseIncludedRelatedOncallAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, - type: Union[str, UnsetType] = unset, + type: Union[EntityResponseIncludedOncallType, UnsetType] = unset, **kwargs, ): """ @@ -55,7 +57,7 @@ def __init__( :type id: str, optional :param type: Oncall type. - :type type: str, optional + :type type: EntityResponseIncludedOncallType, optional """ if attributes is not unset: kwargs["attributes"] = attributes diff --git a/src/datadog_api_client/v2/model/entity_response_included_oncall_type.py b/src/datadog_api_client/v2/model/entity_response_included_oncall_type.py new file mode 100644 index 0000000000..7070da40de --- /dev/null +++ b/src/datadog_api_client/v2/model/entity_response_included_oncall_type.py @@ -0,0 +1,35 @@ +# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. +# This product includes software developed at Datadog (https://www.datadoghq.com/). +# Copyright 2019-Present Datadog, Inc. +from __future__ import annotations + + +from datadog_api_client.model_utils import ( + ModelSimple, + cached_property, +) + +from typing import ClassVar + + +class EntityResponseIncludedOncallType(ModelSimple): + """ + Oncall type. + + :param value: If omitted defaults to "oncall". Must be one of ["oncall"]. + :type value: str + """ + + allowed_values = { + "oncall", + } + ONCALL: ClassVar["EntityResponseIncludedOncallType"] + + @cached_property + def openapi_types(_): + return { + "value": (str,), + } + + +EntityResponseIncludedOncallType.ONCALL = EntityResponseIncludedOncallType("oncall") diff --git a/src/datadog_api_client/v2/model/entity_response_included_raw_schema.py b/src/datadog_api_client/v2/model/entity_response_included_raw_schema.py index f8741fae31..59b5462db8 100644 --- a/src/datadog_api_client/v2/model/entity_response_included_raw_schema.py +++ b/src/datadog_api_client/v2/model/entity_response_included_raw_schema.py @@ -17,6 +17,7 @@ from datadog_api_client.v2.model.entity_response_included_raw_schema_attributes import ( EntityResponseIncludedRawSchemaAttributes, ) + from datadog_api_client.v2.model.entity_response_included_raw_schema_type import EntityResponseIncludedRawSchemaType class EntityResponseIncludedRawSchema(ModelNormal): @@ -25,11 +26,14 @@ def openapi_types(_): from datadog_api_client.v2.model.entity_response_included_raw_schema_attributes import ( EntityResponseIncludedRawSchemaAttributes, ) + from datadog_api_client.v2.model.entity_response_included_raw_schema_type import ( + EntityResponseIncludedRawSchemaType, + ) return { "attributes": (EntityResponseIncludedRawSchemaAttributes,), "id": (str,), - "type": (str,), + "type": (EntityResponseIncludedRawSchemaType,), } attribute_map = { @@ -42,7 +46,7 @@ def __init__( self_, attributes: Union[EntityResponseIncludedRawSchemaAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, - type: Union[str, UnsetType] = unset, + type: Union[EntityResponseIncludedRawSchemaType, UnsetType] = unset, **kwargs, ): """ @@ -55,7 +59,7 @@ def __init__( :type id: str, optional :param type: Raw schema type. - :type type: str, optional + :type type: EntityResponseIncludedRawSchemaType, optional """ if attributes is not unset: kwargs["attributes"] = attributes diff --git a/src/datadog_api_client/v2/model/entity_response_included_raw_schema_type.py b/src/datadog_api_client/v2/model/entity_response_included_raw_schema_type.py new file mode 100644 index 0000000000..ade0e2c1c2 --- /dev/null +++ b/src/datadog_api_client/v2/model/entity_response_included_raw_schema_type.py @@ -0,0 +1,35 @@ +# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. +# This product includes software developed at Datadog (https://www.datadoghq.com/). +# Copyright 2019-Present Datadog, Inc. +from __future__ import annotations + + +from datadog_api_client.model_utils import ( + ModelSimple, + cached_property, +) + +from typing import ClassVar + + +class EntityResponseIncludedRawSchemaType(ModelSimple): + """ + Raw schema type. + + :param value: If omitted defaults to "rawSchema". Must be one of ["rawSchema"]. + :type value: str + """ + + allowed_values = { + "rawSchema", + } + RAW_SCHEMA: ClassVar["EntityResponseIncludedRawSchemaType"] + + @cached_property + def openapi_types(_): + return { + "value": (str,), + } + + +EntityResponseIncludedRawSchemaType.RAW_SCHEMA = EntityResponseIncludedRawSchemaType("rawSchema") diff --git a/src/datadog_api_client/v2/model/entity_response_included_related_entity.py b/src/datadog_api_client/v2/model/entity_response_included_related_entity.py index 474e288a70..c7244c5f0f 100644 --- a/src/datadog_api_client/v2/model/entity_response_included_related_entity.py +++ b/src/datadog_api_client/v2/model/entity_response_included_related_entity.py @@ -20,6 +20,9 @@ from datadog_api_client.v2.model.entity_response_included_related_entity_meta import ( EntityResponseIncludedRelatedEntityMeta, ) + from datadog_api_client.v2.model.entity_response_included_related_entity_type import ( + EntityResponseIncludedRelatedEntityType, + ) class EntityResponseIncludedRelatedEntity(ModelNormal): @@ -31,12 +34,15 @@ def openapi_types(_): from datadog_api_client.v2.model.entity_response_included_related_entity_meta import ( EntityResponseIncludedRelatedEntityMeta, ) + from datadog_api_client.v2.model.entity_response_included_related_entity_type import ( + EntityResponseIncludedRelatedEntityType, + ) return { "attributes": (EntityResponseIncludedRelatedEntityAttributes,), "id": (str,), "meta": (EntityResponseIncludedRelatedEntityMeta,), - "type": (str,), + "type": (EntityResponseIncludedRelatedEntityType,), } attribute_map = { @@ -51,7 +57,7 @@ def __init__( attributes: Union[EntityResponseIncludedRelatedEntityAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, meta: Union[EntityResponseIncludedRelatedEntityMeta, UnsetType] = unset, - type: Union[str, UnsetType] = unset, + type: Union[EntityResponseIncludedRelatedEntityType, UnsetType] = unset, **kwargs, ): """ @@ -67,7 +73,7 @@ def __init__( :type meta: EntityResponseIncludedRelatedEntityMeta, optional :param type: Related entity. - :type type: str, optional + :type type: EntityResponseIncludedRelatedEntityType, optional """ if attributes is not unset: kwargs["attributes"] = attributes diff --git a/src/datadog_api_client/v2/model/entity_response_included_related_entity_type.py b/src/datadog_api_client/v2/model/entity_response_included_related_entity_type.py new file mode 100644 index 0000000000..f47936f4f2 --- /dev/null +++ b/src/datadog_api_client/v2/model/entity_response_included_related_entity_type.py @@ -0,0 +1,35 @@ +# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. +# This product includes software developed at Datadog (https://www.datadoghq.com/). +# Copyright 2019-Present Datadog, Inc. +from __future__ import annotations + + +from datadog_api_client.model_utils import ( + ModelSimple, + cached_property, +) + +from typing import ClassVar + + +class EntityResponseIncludedRelatedEntityType(ModelSimple): + """ + Related entity. + + :param value: If omitted defaults to "relatedEntity". Must be one of ["relatedEntity"]. + :type value: str + """ + + allowed_values = { + "relatedEntity", + } + RELATED_ENTITY: ClassVar["EntityResponseIncludedRelatedEntityType"] + + @cached_property + def openapi_types(_): + return { + "value": (str,), + } + + +EntityResponseIncludedRelatedEntityType.RELATED_ENTITY = EntityResponseIncludedRelatedEntityType("relatedEntity") diff --git a/src/datadog_api_client/v2/model/entity_response_included_schema.py b/src/datadog_api_client/v2/model/entity_response_included_schema.py index 6c4c61f4c0..cdd356af4d 100644 --- a/src/datadog_api_client/v2/model/entity_response_included_schema.py +++ b/src/datadog_api_client/v2/model/entity_response_included_schema.py @@ -17,6 +17,7 @@ from datadog_api_client.v2.model.entity_response_included_schema_attributes import ( EntityResponseIncludedSchemaAttributes, ) + from datadog_api_client.v2.model.entity_response_included_schema_type import EntityResponseIncludedSchemaType class EntityResponseIncludedSchema(ModelNormal): @@ -25,11 +26,12 @@ def openapi_types(_): from datadog_api_client.v2.model.entity_response_included_schema_attributes import ( EntityResponseIncludedSchemaAttributes, ) + from datadog_api_client.v2.model.entity_response_included_schema_type import EntityResponseIncludedSchemaType return { "attributes": (EntityResponseIncludedSchemaAttributes,), "id": (str,), - "type": (str,), + "type": (EntityResponseIncludedSchemaType,), } attribute_map = { @@ -42,7 +44,7 @@ def __init__( self_, attributes: Union[EntityResponseIncludedSchemaAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, - type: Union[str, UnsetType] = unset, + type: Union[EntityResponseIncludedSchemaType, UnsetType] = unset, **kwargs, ): """ @@ -55,7 +57,7 @@ def __init__( :type id: str, optional :param type: Schema type. - :type type: str, optional + :type type: EntityResponseIncludedSchemaType, optional """ if attributes is not unset: kwargs["attributes"] = attributes diff --git a/src/datadog_api_client/v2/model/entity_response_included_schema_type.py b/src/datadog_api_client/v2/model/entity_response_included_schema_type.py new file mode 100644 index 0000000000..56c10b2ed2 --- /dev/null +++ b/src/datadog_api_client/v2/model/entity_response_included_schema_type.py @@ -0,0 +1,35 @@ +# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. +# This product includes software developed at Datadog (https://www.datadoghq.com/). +# Copyright 2019-Present Datadog, Inc. +from __future__ import annotations + + +from datadog_api_client.model_utils import ( + ModelSimple, + cached_property, +) + +from typing import ClassVar + + +class EntityResponseIncludedSchemaType(ModelSimple): + """ + Schema type. + + :param value: If omitted defaults to "schema". Must be one of ["schema"]. + :type value: str + """ + + allowed_values = { + "schema", + } + SCHEMA: ClassVar["EntityResponseIncludedSchemaType"] + + @cached_property + def openapi_types(_): + return { + "value": (str,), + } + + +EntityResponseIncludedSchemaType.SCHEMA = EntityResponseIncludedSchemaType("schema") diff --git a/src/datadog_api_client/v2/model/list_entity_catalog_response_included_item.py b/src/datadog_api_client/v2/model/list_entity_catalog_response_included_item.py index 199e8d2234..1702cb7dfd 100644 --- a/src/datadog_api_client/v2/model/list_entity_catalog_response_included_item.py +++ b/src/datadog_api_client/v2/model/list_entity_catalog_response_included_item.py @@ -22,7 +22,7 @@ def __init__(self, **kwargs): :type id: str, optional :param type: Schema type. - :type type: str, optional + :type type: EntityResponseIncludedSchemaType, optional :param meta: Included related entity meta. :type meta: EntityResponseIncludedRelatedEntityMeta, optional diff --git a/src/datadog_api_client/v2/model/upsert_catalog_entity_response_included_item.py b/src/datadog_api_client/v2/model/upsert_catalog_entity_response_included_item.py index e2a6fb54d8..b88358e5ea 100644 --- a/src/datadog_api_client/v2/model/upsert_catalog_entity_response_included_item.py +++ b/src/datadog_api_client/v2/model/upsert_catalog_entity_response_included_item.py @@ -22,7 +22,7 @@ def __init__(self, **kwargs): :type id: str, optional :param type: Schema type. - :type type: str, optional + :type type: EntityResponseIncludedSchemaType, optional """ super().__init__(kwargs) diff --git a/src/datadog_api_client/v2/models/__init__.py b/src/datadog_api_client/v2/models/__init__.py index ca60af76f7..3ef75a6aa8 100644 --- a/src/datadog_api_client/v2/models/__init__.py +++ b/src/datadog_api_client/v2/models/__init__.py @@ -912,11 +912,14 @@ from datadog_api_client.v2.model.entity_meta import EntityMeta from datadog_api_client.v2.model.entity_relationships import EntityRelationships from datadog_api_client.v2.model.entity_response_included_incident import EntityResponseIncludedIncident +from datadog_api_client.v2.model.entity_response_included_incident_type import EntityResponseIncludedIncidentType from datadog_api_client.v2.model.entity_response_included_oncall import EntityResponseIncludedOncall +from datadog_api_client.v2.model.entity_response_included_oncall_type import EntityResponseIncludedOncallType from datadog_api_client.v2.model.entity_response_included_raw_schema import EntityResponseIncludedRawSchema from datadog_api_client.v2.model.entity_response_included_raw_schema_attributes import ( EntityResponseIncludedRawSchemaAttributes, ) +from datadog_api_client.v2.model.entity_response_included_raw_schema_type import EntityResponseIncludedRawSchemaType from datadog_api_client.v2.model.entity_response_included_related_entity import EntityResponseIncludedRelatedEntity from datadog_api_client.v2.model.entity_response_included_related_entity_attributes import ( EntityResponseIncludedRelatedEntityAttributes, @@ -924,6 +927,9 @@ from datadog_api_client.v2.model.entity_response_included_related_entity_meta import ( EntityResponseIncludedRelatedEntityMeta, ) +from datadog_api_client.v2.model.entity_response_included_related_entity_type import ( + EntityResponseIncludedRelatedEntityType, +) from datadog_api_client.v2.model.entity_response_included_related_incident_attributes import ( EntityResponseIncludedRelatedIncidentAttributes, ) @@ -937,6 +943,7 @@ from datadog_api_client.v2.model.entity_response_included_schema_attributes import ( EntityResponseIncludedSchemaAttributes, ) +from datadog_api_client.v2.model.entity_response_included_schema_type import EntityResponseIncludedSchemaType from datadog_api_client.v2.model.entity_response_meta import EntityResponseMeta from datadog_api_client.v2.model.entity_to_incidents import EntityToIncidents from datadog_api_client.v2.model.entity_to_oncalls import EntityToOncalls @@ -3329,17 +3336,22 @@ "EntityMeta", "EntityRelationships", "EntityResponseIncludedIncident", + "EntityResponseIncludedIncidentType", "EntityResponseIncludedOncall", + "EntityResponseIncludedOncallType", "EntityResponseIncludedRawSchema", "EntityResponseIncludedRawSchemaAttributes", + "EntityResponseIncludedRawSchemaType", "EntityResponseIncludedRelatedEntity", "EntityResponseIncludedRelatedEntityAttributes", "EntityResponseIncludedRelatedEntityMeta", + "EntityResponseIncludedRelatedEntityType", "EntityResponseIncludedRelatedIncidentAttributes", "EntityResponseIncludedRelatedOncallAttributes", "EntityResponseIncludedRelatedOncallEscalationItem", "EntityResponseIncludedSchema", "EntityResponseIncludedSchemaAttributes", + "EntityResponseIncludedSchemaType", "EntityResponseMeta", "EntityToIncidents", "EntityToOncalls",