class Google::Apis::AndroidpublisherV2::DeleteAllImagesResponse

Attributes

deleted[RW]

Corresponds to the JSON property `deleted` @return [Array<Google::Apis::AndroidpublisherV2::Image>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 545
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 550
def update!(**args)
  @deleted = args[:deleted] if args.key?(:deleted)
end