GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class NewAutomation
作成される新しい オートメーション です。
method NewAutomation.__init__
name(Optional[str]): この オートメーション の名前。description(Optional[str]): この オートメーション の任意の説明。enabled(Optional[bool]): この オートメーション が有効かどうか。有効な オートメーション のみがトリガーされます。event(Optional[Annotated]): この オートメーション をトリガーするイベント。action(Optional[Annotated]): この オートメーション がトリガーされたときに実行されるアクション。
NewAutomation オブジェクト。
property NewAutomation.scope
トリガーイベントが発生する必要があるスコープ。
Returns:
Optional[AutomationScope]: scope プロパティの 値。