File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
generated/google-apis-youtube_v3
lib/google/apis/youtube_v3 Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-youtube_v3
22
3+ ### v0.46.0 (2024-09-29)
4+
5+ * Regenerated from discovery document revision 20240926
6+
37### v0.45.0 (2024-09-22)
48
59* Regenerated from discovery document revision 20240916
Original file line number Diff line number Diff line change @@ -7001,11 +7001,6 @@ class SubscriptionSnippet
70017001 # @return [String]
70027002 attr_accessor :channel_id
70037003
7004- # Channel title for the channel that the subscription belongs to.
7005- # Corresponds to the JSON property `channelTitle`
7006- # @return [String]
7007- attr_accessor :channel_title
7008-
70097004 # The subscription's details.
70107005 # Corresponds to the JSON property `description`
70117006 # @return [String]
@@ -7038,7 +7033,6 @@ def initialize(**args)
70387033 # Update properties of this object
70397034 def update! ( **args )
70407035 @channel_id = args [ :channel_id ] if args . key? ( :channel_id )
7041- @channel_title = args [ :channel_title ] if args . key? ( :channel_title )
70427036 @description = args [ :description ] if args . key? ( :description )
70437037 @published_at = args [ :published_at ] if args . key? ( :published_at )
70447038 @resource_id = args [ :resource_id ] if args . key? ( :resource_id )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module YoutubeV3
1818 # Version of the google-apis-youtube_v3 gem
19- GEM_VERSION = "0.45 .0"
19+ GEM_VERSION = "0.46 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.15.1"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20240916 "
25+ REVISION = "20240926 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -3047,7 +3047,6 @@ class SubscriptionSnippet
30473047 # @private
30483048 class Representation < Google ::Apis ::Core ::JsonRepresentation
30493049 property :channel_id , as : 'channelId'
3050- property :channel_title , as : 'channelTitle'
30513050 property :description , as : 'description'
30523051 property :published_at , as : 'publishedAt' , type : DateTime
30533052
You can’t perform that action at this time.
0 commit comments