You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/classes.rb
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,25 @@ def update!(**args)
148
148
end
149
149
end
150
150
151
+
# The cycle options when starting and resuming a subscription.
152
+
classCycleOptions
153
+
includeGoogle::Apis::Core::Hashable
154
+
155
+
# Describes the length of a period of a time.
156
+
# Corresponds to the JSON property `initialCycleDuration`
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
modulePaymentsresellersubscriptionV1
18
18
# Version of the google-apis-paymentsresellersubscription_v1 gem
19
-
GEM_VERSION="0.57.0"
19
+
GEM_VERSION="0.58.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/representations.rb
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/service.rb
0 commit comments