class Google::Apis::AndroidpublisherV3::ExpansionFilesUploadResponse

Response for uploading an expansion file.

Attributes

expansion_file[RW]

An expansion file. The resource for ExpansionFilesService. Corresponds to the JSON property `expansionFile` @return [Google::Apis::AndroidpublisherV3::ExpansionFile]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 534
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 539
def update!(**args)
  @expansion_file = args[:expansion_file] if args.key?(:expansion_file)
end