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
**value** | **str** | Integration metadata resource type. | defaults to "incident_integration_metadata", must be one of ["incident_integration_metadata", ]
8
+
**value** | **str** | Integration metadata resource type. | defaults to "incident_integrations", must be one of ["incident_integrations", ]
9
9
10
10
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
Note that value can be passed either in args or in kwargs, but not in both.
95
95
96
96
Args:
97
-
args[0] (str): Integration metadata resource type.. if omitted defaults to "incident_integration_metadata", must be one of ["incident_integration_metadata", ] # noqa: E501
97
+
args[0] (str): Integration metadata resource type.. if omitted defaults to "incident_integrations", must be one of ["incident_integrations", ] # noqa: E501
98
98
99
99
Keyword Args:
100
-
value (str): Integration metadata resource type.. if omitted defaults to "incident_integration_metadata", must be one of ["incident_integration_metadata", ] # noqa: E501
100
+
value (str): Integration metadata resource type.. if omitted defaults to "incident_integrations", must be one of ["incident_integrations", ] # noqa: E501
101
101
_check_type (bool): if True, values for parameters in openapi_types
0 commit comments