File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
generated/google-apis-androidpublisher_v3
lib/google/apis/androidpublisher_v3 Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-androidpublisher_v3
22
3+ ### v0.72.0 (2024-09-22)
4+
5+ * Regenerated from discovery document revision 20240917
6+
37### v0.71.0 (2024-09-15)
48
59* Regenerated from discovery document revision 20240912
Original file line number Diff line number Diff line change @@ -5621,10 +5621,9 @@ class SubscriptionOffer
56215621 # @return [String]
56225622 attr_accessor :package_name
56235623
5624- # Required. The phases of this subscription offer. Must contain at least one
5625- # entry, and may contain at most five. Users will always receive all these
5626- # phases in the specified order. Phases may not be added, removed, or reordered
5627- # after initial creation.
5624+ # Required. The phases of this subscription offer. Must contain at least one and
5625+ # at most two entries. Users will always receive all these phases in the
5626+ # specified order.
56285627 # Corresponds to the JSON property `phases`
56295628 # @return [Array<Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase>]
56305629 attr_accessor :phases
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module AndroidpublisherV3
1818 # Version of the google-apis-androidpublisher_v3 gem
19- GEM_VERSION = "0.71 .0"
19+ GEM_VERSION = "0.72 .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 = "20240912 "
25+ REVISION = "20240917 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments