class Google::Apis::AndroidpublisherV3::AppEdit
An app edit. The resource for EditsService.
Attributes
expiry_time_seconds[RW]
Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use. Corresponds to the JSON property `expiryTimeSeconds` @return [String]
id[RW]
Output only. Identifier of the edit. Can be used in subsequent API calls. Corresponds to the JSON property `id` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 198 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidpublisher_v3/classes.rb, line 203 def update!(**args) @expiry_time_seconds = args[:expiry_time_seconds] if args.key?(:expiry_time_seconds) @id = args[:id] if args.key?(:id) end