/var/www/flurhymez/vendor/google/apiclient-services/src/Datastream
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datastream/FetchStaticIpsResponse.php (1491B)
nextPageToken = $nextPageToken;
}
/**
* @return string
*/
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param string[]
*/
public function setStaticIps($staticIps)
{
$this->staticIps = $staticIps;
}
/**
* @return string[]
*/
public function getStaticIps()
{
return $this->staticIps;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FetchStaticIpsResponse::class, 'Google_Service_Datastream_FetchStaticIpsResponse');