cacheHeader = $cacheHeader;
}
/**
* @return HttpCacheControlResponseHeader
*/
public function getCacheHeader()
{
return $this->cacheHeader;
}
/**
* @param Jwk[]
*/
public function setKeys($keys)
{
$this->keys = $keys;
}
/**
* @return Jwk[]
*/
public function getKeys()
{
return $this->keys;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GetJSONWebKeysResponse::class, 'Google_Service_Container_GetJSONWebKeysResponse');