module Stratosphere.Connect.UserHierarchyStructure.LevelTwoProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LevelTwoProperty :: Prelude.Type instance ToResourceProperties LevelTwoProperty instance Prelude.Eq LevelTwoProperty instance Prelude.Show LevelTwoProperty instance JSON.ToJSON LevelTwoProperty