SHEET_UPDATERECORD::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/google-sheet/actions/sheet-updaterecord.php
public function __construct() { $this->action_code = 'GOOGLESHEETUPDATERECORD'; $this->action_meta = 'GOOGLESHEETROW'; $this->define_action(); $this->endpoint_url = AUTOMATOR_API_URL; }
Expand full source code Collapse full source code View on Github