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: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/ResumeSubscriptionRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class ResumeSubscriptionRequest extends com.google.api.client.json.
38
38
privateCycleOptionscycleOptions;
39
39
40
40
/**
41
-
* Optional. The mode to resume the subscription.
41
+
* Required. The mode to resume the subscription.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -62,15 +62,15 @@ public ResumeSubscriptionRequest setCycleOptions(CycleOptions cycleOptions) {
62
62
}
63
63
64
64
/**
65
-
* Optional. The mode to resume the subscription.
65
+
* Required. The mode to resume the subscription.
66
66
* @return value or {@code null} for none
67
67
*/
68
68
publicjava.lang.StringgetResumeMode() {
69
69
returnresumeMode;
70
70
}
71
71
72
72
/**
73
-
* Optional. The mode to resume the subscription.
73
+
* Required. The mode to resume the subscription.
74
74
* @param resumeMode resumeMode or {@code null} for none
0 commit comments