class Google::Apis::AndroidpublisherV3::MultiAbi

Represents a list of ABIs.

def initialize(**args)

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

def update!(**args)

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