22
22
from datadog_api_client .v2 .model .service_definition_v2_dot2_integrations import ServiceDefinitionV2Dot2Integrations
23
23
from datadog_api_client .v2 .model .service_definition_v2_dot2_link import ServiceDefinitionV2Dot2Link
24
24
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
26
25
27
26
28
27
class ServiceDefinitionV2Dot2 (ModelNormal ):
@@ -34,7 +33,6 @@ def openapi_types(_):
34
33
)
35
34
from datadog_api_client .v2 .model .service_definition_v2_dot2_link import ServiceDefinitionV2Dot2Link
36
35
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
38
36
39
37
return {
40
38
"application" : (str ,),
@@ -66,7 +64,7 @@ def openapi_types(_):
66
64
"tags" : ([str ],),
67
65
"team" : (str ,),
68
66
"tier" : (str ,),
69
- "type" : (ServiceDefinitionV2Dot2Type ,),
67
+ "type" : (str ,),
70
68
}
71
69
72
70
attribute_map = {
@@ -103,7 +101,7 @@ def __init__(
103
101
tags : Union [List [str ], UnsetType ] = unset ,
104
102
team : Union [str , UnsetType ] = unset ,
105
103
tier : Union [str , UnsetType ] = unset ,
106
- type : Union [ServiceDefinitionV2Dot2Type , UnsetType ] = unset ,
104
+ type : Union [str , UnsetType ] = unset ,
107
105
** kwargs ,
108
106
):
109
107
"""
@@ -152,7 +150,7 @@ def __init__(
152
150
:type tier: str, optional
153
151
154
152
:param type: The type of service.
155
- :type type: ServiceDefinitionV2Dot2Type , optional
153
+ :type type: str , optional
156
154
"""
157
155
if application is not unset :
158
156
kwargs ["application" ] = application
0 commit comments