class Google::Apis::WalletobjectsV1::InfoModuleData

def initialize(**args)

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

def update!(**args)

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