class Google::Apis::AndroidpublisherV3::StandaloneApkMetadata

Holds data specific to Standalone APKs.

def initialize(**args)

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

def update!(**args)

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