File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
generated/google-apis-content_v2_1
lib/google/apis/content_v2_1 Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-content_v2_1
22
3+ ### v0.46.0 (2025-11-09)
4+
5+ * Regenerated from discovery document revision 20251104
6+
37### v0.45.0 (2025-09-28)
48
59* Regenerated from discovery document revision 20250921
Original file line number Diff line number Diff line change @@ -1336,19 +1336,22 @@ class AccountUser
13361336 # @return [String]
13371337 attr_accessor :email_address
13381338
1339- # Whether user is an order manager.
1339+ # This role is deprecated and can no longer be assigned. Any value set will be
1340+ # ignored.
13401341 # Corresponds to the JSON property `orderManager`
13411342 # @return [Boolean]
13421343 attr_accessor :order_manager
13431344 alias_method :order_manager?, :order_manager
13441345
1345- # Whether user can access payment statements.
1346+ # This role is deprecated and can no longer be assigned. Any value set will be
1347+ # ignored.
13461348 # Corresponds to the JSON property `paymentsAnalyst`
13471349 # @return [Boolean]
13481350 attr_accessor :payments_analyst
13491351 alias_method :payments_analyst?, :payments_analyst
13501352
1351- # Whether user can manage payment settings.
1353+ # This role is deprecated and can no longer be assigned. Any value set will be
1354+ # ignored.
13521355 # Corresponds to the JSON property `paymentsManager`
13531356 # @return [Boolean]
13541357 attr_accessor :payments_manager
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module ContentV2_1
1818 # Version of the google-apis-content_v2_1 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.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250921 "
25+ REVISION = "20251104 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments