Skip to content

Commit

Permalink
feat: Generate Google.Apis.YouTube.v3 version 1.69.0.3680
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 3, 2025
1 parent 03e28a5 commit ae644ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DiscoveryJson/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4100,7 +4100,7 @@
}
}
},
"revision": "20250122",
"revision": "20250128",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -5528,6 +5528,10 @@
"description": "JSON template for the status part of a channel.",
"id": "ChannelStatus",
"properties": {
"isChannelMonetizationEnabled": {
"description": "Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.",
"type": "boolean"
},
"isLinked": {
"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.",
"type": "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12186,6 +12186,12 @@ public class ChannelStatistics : Google.Apis.Requests.IDirectResponseSchema
/// <summary>JSON template for the status part of a channel.</summary>
public class ChannelStatus : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
/// Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("isChannelMonetizationEnabled")]
public virtual System.Nullable<bool> IsChannelMonetizationEnabled { get; set; }

/// <summary>
/// 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.YouTube.v3 Client Library</Title>
<Version>1.69.0.3674</Version>
<Version>1.69.0.3680</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit ae644ac

Please sign in to comment.