2222 from datadog_api_client .v2 .model .service_definition_v2_dot2_integrations import ServiceDefinitionV2Dot2Integrations
2323 from datadog_api_client .v2 .model .service_definition_v2_dot2_link import ServiceDefinitionV2Dot2Link
2424 from datadog_api_client .v2 .model .service_definition_v2_dot2_version import ServiceDefinitionV2Dot2Version
25- from datadog_api_client .v2 .model .service_definition_v2_dot2_type import ServiceDefinitionV2Dot2Type
2625
2726
2827class ServiceDefinitionV2Dot2 (ModelNormal ):
@@ -34,7 +33,6 @@ def openapi_types(_):
3433 )
3534 from datadog_api_client .v2 .model .service_definition_v2_dot2_link import ServiceDefinitionV2Dot2Link
3635 from datadog_api_client .v2 .model .service_definition_v2_dot2_version import ServiceDefinitionV2Dot2Version
37- from datadog_api_client .v2 .model .service_definition_v2_dot2_type import ServiceDefinitionV2Dot2Type
3836
3937 return {
4038 "application" : (str ,),
@@ -66,7 +64,7 @@ def openapi_types(_):
6664 "tags" : ([str ],),
6765 "team" : (str ,),
6866 "tier" : (str ,),
69- "type" : (ServiceDefinitionV2Dot2Type ,),
67+ "type" : (str ,),
7068 }
7169
7270 attribute_map = {
@@ -103,7 +101,7 @@ def __init__(
103101 tags : Union [List [str ], UnsetType ] = unset ,
104102 team : Union [str , UnsetType ] = unset ,
105103 tier : Union [str , UnsetType ] = unset ,
106- type : Union [ServiceDefinitionV2Dot2Type , UnsetType ] = unset ,
104+ type : Union [str , UnsetType ] = unset ,
107105 ** kwargs ,
108106 ):
109107 """
@@ -152,7 +150,7 @@ def __init__(
152150 :type tier: str, optional
153151
154152 :param type: The type of service.
155- :type type: ServiceDefinitionV2Dot2Type , optional
153+ :type type: str , optional
156154 """
157155 if application is not unset :
158156 kwargs ["application" ] = application
0 commit comments