/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTasks
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTasks/OAuthToken.php (1063B)
scope = $scope;
}
public function getScope()
{
return $this->scope;
}
public function setServiceAccountEmail($serviceAccountEmail)
{
$this->serviceAccountEmail = $serviceAccountEmail;
}
public function getServiceAccountEmail()
{
return $this->serviceAccountEmail;
}
}