Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SubscriptionPurchasesDeferResponse
Returns a new instance of SubscriptionPurchasesDeferResponse
1611 1612 1613 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1611 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
1609 1610 1611 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1609 def new_expiry_time_millis @new_expiry_time_millis end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1616 1617 1618 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1616 def update!(**args) @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis) end |