class Google::Apis::AndroidpublisherV3::Variant

def update!(**args)

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