class Google::Apis::AndroidpublisherV3::ImagesDeleteAllResponse
Response for deleting all images.
Attributes
deleted[RW]
The deleted images. Corresponds to the JSON property `deleted` @return [Array<Google::Apis::AndroidpublisherV3::Image>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 697 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 702 def update!(**args) @deleted = args[:deleted] if args.key?(:deleted) end