/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/GroupsMigration
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/GroupsMigration/Groups.php (1357B)
kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param string
*/
public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
}
/**
* @return string
*/
public function getResponseCode()
{
return $this->responseCode;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Groups::class, 'Google_Service_GroupsMigration_Groups');