Skip to content

Commit a426a9c

Browse files
1 parent 568643f commit a426a9c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/RecaptchaEnterprise/GoogleCloudRecaptchaenterpriseV1Event.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class GoogleCloudRecaptchaenterpriseV1Event extends \Google\Collection
4848
* @var string
4949
*/
5050
public $ja3;
51+
/**
52+
* @var string
53+
*/
54+
public $ja4;
5155
/**
5256
* @var string
5357
*/
@@ -175,6 +179,20 @@ public function getJa3()
175179
{
176180
return $this->ja3;
177181
}
182+
/**
183+
* @param string
184+
*/
185+
public function setJa4($ja4)
186+
{
187+
$this->ja4 = $ja4;
188+
}
189+
/**
190+
* @return string
191+
*/
192+
public function getJa4()
193+
{
194+
return $this->ja4;
195+
}
178196
/**
179197
* @param string
180198
*/

0 commit comments

Comments
 (0)