$this->id, 'client_name' => $this->client_name, 'access_key' => $this->access_key, 'secret_key' => $this->secret_key, 'created_at' => (string) $this->created_at, 'updated_at' => (string) $this->updated_at, 'schedules' => $this->schedules, ]; } }