/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/Location.php (2139B)
displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * @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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Location::class, 'Google_Service_Workflows_Location');