class Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesResponse

Attributes

new_expiry_time_millis[RW]

The new expiry time for the subscription in milliseconds since the Epoch. Corresponds to the JSON property `newExpiryTimeMillis` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1340
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 1345
def update!(**args)
  @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis)
end