/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Workflows
NameSizeModeActions
Resource/-0755rm
ListLocationsResponse.php13150644editdlrm
ListOperationsResponse.php13280644editdlrm
ListWorkflowsResponse.php15060644editdlrm
Location.php15070644editdlrm
Operation.php16590644editdlrm
OperationMetadata.php15020644editdlrm
Status.php11760644editdlrm
Workflow.php25180644editdlrm
WorkflowsEmpty.php6690644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Workflows/Operation.php (1659B)
done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_Workflows_Status */ public function setError(Google_Service_Workflows_Status $error) { $this->error = $error; } /** * @return Google_Service_Workflows_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } }