/var/www/flurhymez/vendor/google/apiclient-services/src/DeploymentManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/DeploymentManager/ResourceUpdateError.php (1263B)
errors = $errors;
}
/**
* @return ResourceUpdateErrorErrors[]
*/
public function getErrors()
{
return $this->errors;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ResourceUpdateError::class, 'Google_Service_DeploymentManager_ResourceUpdateError');