File tree Expand file tree Collapse file tree
generated/google-apis-youtube_v3
lib/google/apis/youtube_v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415066,6 +415066,7 @@
415066415066"/youtube:v3/LiveChatGiftDetails/giftName": gift_name
415067415067"/youtube:v3/LiveChatGiftDetails/giftUrl": gift_url
415068415068"/youtube:v3/LiveChatGiftDetails/hasVisualEffect": has_visual_effect
415069+ "/youtube:v3/LiveChatGiftDetails/jewelsAmount": jewels_amount
415069415070"/youtube:v3/LiveChatGiftDetails/jewelsCount": jewels_count
415070415071"/youtube:v3/LiveChatGiftDetails/language": language
415071415072"/youtube:v3/LiveChatGiftMembershipReceivedDetails": live_chat_gift_membership_received_details
Original file line number Diff line number Diff line change 11# Release history for google-apis-youtube_v3
22
3+ ### v0.63.0 (2026-03-22)
4+
5+ * Regenerated from discovery document revision 20260317
6+
37### v0.62.0 (2026-02-08)
48
59* Regenerated from discovery document revision 20260205
Original file line number Diff line number Diff line change @@ -4286,10 +4286,10 @@ class LiveChatGiftDetails
42864286 attr_accessor :has_visual_effect
42874287 alias_method :has_visual_effect? , :has_visual_effect
42884288
4289- # The cost of the gift in jewels.
4290- # Corresponds to the JSON property `jewelsCount `
4289+ # The value of the gift in jewels.
4290+ # Corresponds to the JSON property `jewelsAmount `
42914291 # @return [Fixnum]
4292- attr_accessor :jewels_count
4292+ attr_accessor :jewels_amount
42934293
42944294 # The BCP-47 language code of the gift.
42954295 # Corresponds to the JSON property `language`
@@ -4308,7 +4308,7 @@ def update!(**args)
43084308 @gift_name = args [ :gift_name ] if args . key? ( :gift_name )
43094309 @gift_url = args [ :gift_url ] if args . key? ( :gift_url )
43104310 @has_visual_effect = args [ :has_visual_effect ] if args . key? ( :has_visual_effect )
4311- @jewels_count = args [ :jewels_count ] if args . key? ( :jewels_count )
4311+ @jewels_amount = args [ :jewels_amount ] if args . key? ( :jewels_amount )
43124312 @language = args [ :language ] if args . key? ( :language )
43134313 end
43144314 end
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.62 .0"
19+ GEM_VERSION = "0.63 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260205 "
25+ REVISION = "20260317 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -2319,7 +2319,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
23192319 property :gift_name , as : 'giftName'
23202320 property :gift_url , as : 'giftUrl'
23212321 property :has_visual_effect , as : 'hasVisualEffect'
2322- property :jewels_count , as : 'jewelsCount '
2322+ property :jewels_amount , as : 'jewelsAmount '
23232323 property :language , as : 'language'
23242324 end
23252325 end
You can’t perform that action at this time.
0 commit comments