/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Workflows
NameSizeModeActions
Resource/-0755rm
ListLocationsResponse.php15260644editdlrm
ListOperationsResponse.php15410644editdlrm
ListWorkflowsResponse.php18150644editdlrm
Location.php21390644editdlrm
Operation.php20970644editdlrm
OperationMetadata.php21430644editdlrm
StateError.php13220644editdlrm
Status.php16050644editdlrm
Workflow.php48140644editdlrm
WorkflowsEmpty.php8440644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Workflows/Operation.php (2097B)
done = $done; } /** * @return bool */ public function getDone() { return $this->done; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param array[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param array[] */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Operation::class, 'Google_Service_Workflows_Operation');