Skip to content

Commit 7785d37

Browse files
1 parent 4fdd518 commit 7785d37

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/YouTube/ChannelStatus.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
class ChannelStatus extends \Google\Model
2121
{
22+
/**
23+
* @var bool
24+
*/
25+
public $isChannelMonetizationEnabled;
2226
/**
2327
* @var bool
2428
*/
@@ -40,6 +44,20 @@ class ChannelStatus extends \Google\Model
4044
*/
4145
public $selfDeclaredMadeForKids;
4246

47+
/**
48+
* @param bool
49+
*/
50+
public function setIsChannelMonetizationEnabled($isChannelMonetizationEnabled)
51+
{
52+
$this->isChannelMonetizationEnabled = $isChannelMonetizationEnabled;
53+
}
54+
/**
55+
* @return bool
56+
*/
57+
public function getIsChannelMonetizationEnabled()
58+
{
59+
return $this->isChannelMonetizationEnabled;
60+
}
4361
/**
4462
* @param bool
4563
*/

0 commit comments

Comments
 (0)