module Stratosphere.ResourceExplorer2.View.IncludedPropertyProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data IncludedPropertyProperty :: Prelude.Type instance ToResourceProperties IncludedPropertyProperty instance Prelude.Eq IncludedPropertyProperty instance Prelude.Show IncludedPropertyProperty instance JSON.ToJSON IncludedPropertyProperty