$this->type, 'window' => $this->window, ]; if ( $this->type === 'SCHEDULED' ) { $r['send_date_utc'] = $this->send_date_utc; } return $r; } }