exportContext = $exportContext;
}
/**
* @return ExportContext
*/
public function getExportContext()
{
return $this->exportContext;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InstancesExportRequest::class, 'Google_Service_SQLAdmin_InstancesExportRequest');