Skip to content

Commit c608a97

Browse files
1 parent 177cd2f commit c608a97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Walletobjects/JwtResource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
class JwtResource extends \Google\Model
2121
{
2222
/**
23-
* A string representing a JWT of the format described at
23+
* Required. A string representing a JWT of the format described at
2424
* https://developers.google.com/wallet/reference/rest/v1/Jwt
2525
*
2626
* @var string
2727
*/
2828
public $jwt;
2929

3030
/**
31-
* A string representing a JWT of the format described at
31+
* Required. A string representing a JWT of the format described at
3232
* https://developers.google.com/wallet/reference/rest/v1/Jwt
3333
*
3434
* @param string $jwt

0 commit comments

Comments
 (0)