class Google::Apis::AndroidpublisherV3::ExpansionFilesUploadResponse

Response for uploading an expansion file.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @expansion_file = args[:expansion_file] if args.key?(:expansion_file)
end