Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Response for the purchases.subscriptions.defer API.
Instance Attribute Summary collapse
-
#new_expiry_time_millis ⇒ Fixnum
The new expiry time for the subscription in milliseconds since the Epoch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubscriptionPurchasesDeferResponse
constructor
A new instance of SubscriptionPurchasesDeferResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubscriptionPurchasesDeferResponse
Returns a new instance of SubscriptionPurchasesDeferResponse.
6197 6198 6199 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6197 def initialize(**args) update!(**args) end |
Instance Attribute Details
#new_expiry_time_millis ⇒ Fixnum
The new expiry time for the subscription in milliseconds since the Epoch.
Corresponds to the JSON property newExpiryTimeMillis
6195 6196 6197 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6195 def new_expiry_time_millis @new_expiry_time_millis end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6202 6203 6204 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6202 def update!(**args) @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis) end |