/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement/OperationInfo.php (1438B)
metadataType = $metadataType;
}
/**
* @return string
*/
public function getMetadataType()
{
return $this->metadataType;
}
/**
* @param string
*/
public function setResponseType($responseType)
{
$this->responseType = $responseType;
}
/**
* @return string
*/
public function getResponseType()
{
return $this->responseType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OperationInfo::class, 'Google_Service_ServiceManagement_OperationInfo');