Class: Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DeferSubscriptionPurchasesResponse

Returns a new instance of DeferSubscriptionPurchasesResponse.



1543
1544
1545
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1543

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#new_expiry_time_millisFixnum

The new expiry time for the subscription in milliseconds since the Epoch. Corresponds to the JSON property newExpiryTimeMillis

Returns:

  • (Fixnum)


1541
1542
1543
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1541

def new_expiry_time_millis
  @new_expiry_time_millis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1548
1549
1550
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1548

def update!(**args)
  @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis)
end