38 lines
611 B
Python
38 lines
611 B
Python
# terrascript/data/opsgenie/opsgenie.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:23:56 UTC)
|
|
import terrascript
|
|
|
|
|
|
class opsgenie_escalation(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opsgenie_heartbeat(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opsgenie_schedule(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opsgenie_service(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opsgenie_team(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class opsgenie_user(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"opsgenie_escalation",
|
|
"opsgenie_heartbeat",
|
|
"opsgenie_schedule",
|
|
"opsgenie_service",
|
|
"opsgenie_team",
|
|
"opsgenie_user",
|
|
]
|