class Google::Apis::WalletobjectsV1::ImageModuleData

def initialize(**args)

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

def update!(**args)

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