class Google::Apis::AndroidpublisherV2::ExpansionFile

Attributes

file_size[RW]

If set this field indicates that this APK has an Expansion File uploaded to it: this APK does not reference another APK's Expansion File. The field's value is the size of the uploaded Expansion File in bytes. Corresponds to the JSON property `fileSize` @return [String]

references_version[RW]

If set this APK's Expansion File references another APK's Expansion File. The #file_size field will not be set. Corresponds to the JSON property `referencesVersion` @return [Fixnum]

Public Class Methods

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