Skip to content

Commit c64c060

Browse files
1 parent 771eebf commit c64c060

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/YouTube/LiveChatGiftDetails.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ class LiveChatGiftDetails extends \Google\Model
5656
*/
5757
public $hasVisualEffect;
5858
/**
59-
* The cost of the gift in jewels.
59+
* The value of the gift in jewels.
6060
*
6161
* @var int
6262
*/
63-
public $jewelsCount;
63+
public $jewelsAmount;
6464
/**
6565
* The BCP-47 language code of the gift.
6666
*
@@ -165,20 +165,20 @@ public function getHasVisualEffect()
165165
return $this->hasVisualEffect;
166166
}
167167
/**
168-
* The cost of the gift in jewels.
168+
* The value of the gift in jewels.
169169
*
170-
* @param int $jewelsCount
170+
* @param int $jewelsAmount
171171
*/
172-
public function setJewelsCount($jewelsCount)
172+
public function setJewelsAmount($jewelsAmount)
173173
{
174-
$this->jewelsCount = $jewelsCount;
174+
$this->jewelsAmount = $jewelsAmount;
175175
}
176176
/**
177177
* @return int
178178
*/
179-
public function getJewelsCount()
179+
public function getJewelsAmount()
180180
{
181-
return $this->jewelsCount;
181+
return $this->jewelsAmount;
182182
}
183183
/**
184184
* The BCP-47 language code of the gift.

0 commit comments

Comments
 (0)