You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/model/service_definition_schema.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ def __init__(self, **kwargs):
75
75
:param langauges: The service's programming language. Datadog recognizes the following languages: `dotnet`, `go`, `java`, `js`, `php`, `python`, `ruby`, and `c++`.
76
76
:type langauges: [str], optional
77
77
78
-
:param service_type: The type of service. Datadog recognizes the following service types: `database`, `cache`, `function`, `web`, `browser`, and `mobile`.
:param service_type: The type of service. Datadog recognizes the following service types: ``database`` , ``cache`` , ``function`` , ``web`` , ``browser`` , and ``mobile``.
:param service_type: The type of service. Datadog recognizes the following service types: `database`, `cache`, `function`, `web`, `browser`, and `mobile`.
49
-
:type service_type: str, optional
50
-
51
48
:param tags: A set of custom tags.
52
49
:type tags: [str], optional
53
50
@@ -57,6 +54,9 @@ def __init__(self, **kwargs):
57
54
:param tier: Importance of the service.
58
55
:type tier: str, optional
59
56
57
+
:param type: The type of service.
58
+
:type type: ServiceDefinitionV2Dot2Type, optional
59
+
60
60
:param dd_team: Experimental feature. A Team handle that matches a Team in the Datadog Teams product.
0 commit comments