You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/youtube_v3.channels.html
+3
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,7 @@ <h3>Method Details</h3>
314
314
"viewCount": "A String", # The number of times the channel has been viewed.
315
315
},
316
316
"status": { # JSON template for the status part of a channel. # The status object encapsulates information about the privacy status of the channel.
317
+
"isChannelMonetizationEnabled": True or False, # Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
317
318
"isLinked": True or False, # If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
318
319
"longUploadsStatus": "A String", # The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
319
320
"madeForKids": True or False,
@@ -559,6 +560,7 @@ <h3>Method Details</h3>
559
560
"viewCount": "A String", # The number of times the channel has been viewed.
560
561
},
561
562
"status": { # JSON template for the status part of a channel. # The status object encapsulates information about the privacy status of the channel.
563
+
"isChannelMonetizationEnabled": True or False, # Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
562
564
"isLinked": True or False, # If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
563
565
"longUploadsStatus": "A String", # The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
564
566
"madeForKids": True or False,
@@ -777,6 +779,7 @@ <h3>Method Details</h3>
777
779
"viewCount": "A String", # The number of times the channel has been viewed.
778
780
},
779
781
"status": { # JSON template for the status part of a channel. # The status object encapsulates information about the privacy status of the channel.
782
+
"isChannelMonetizationEnabled": True or False, # Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
780
783
"isLinked": True or False, # If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
781
784
"longUploadsStatus": "A String", # The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/youtube.v3.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -4100,7 +4100,7 @@
4100
4100
}
4101
4101
}
4102
4102
},
4103
-
"revision": "20250122",
4103
+
"revision": "20250128",
4104
4104
"rootUrl": "https://youtube.googleapis.com/",
4105
4105
"schemas": {
4106
4106
"AbuseReport": {
@@ -5528,6 +5528,10 @@ false
5528
5528
"description": "JSON template for the status part of a channel.",
5529
5529
"id": "ChannelStatus",
5530
5530
"properties": {
5531
+
"isChannelMonetizationEnabled": {
5532
+
"description": "Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.",
5533
+
"type": "boolean"
5534
+
},
5531
5535
"isLinked": {
5532
5536
"description": "If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.",
0 commit comments