module Stratosphere.Omics.Workflow.ImageMappingProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ImageMappingProperty :: Prelude.Type instance ToResourceProperties ImageMappingProperty instance Prelude.Eq ImageMappingProperty instance Prelude.Show ImageMappingProperty instance JSON.ToJSON ImageMappingProperty