module Stratosphere.QuickSight.Template.TopBottomRankedComputationProperty (
module Exports, TopBottomRankedComputationProperty(..),
mkTopBottomRankedComputationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Template.DimensionFieldProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.MeasureFieldProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data TopBottomRankedComputationProperty
=
TopBottomRankedComputationProperty {TopBottomRankedComputationProperty -> ()
haddock_workaround_ :: (),
TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
category :: (Prelude.Maybe DimensionFieldProperty),
TopBottomRankedComputationProperty -> Value Text
computationId :: (Value Prelude.Text),
TopBottomRankedComputationProperty -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
TopBottomRankedComputationProperty -> Maybe (Value Double)
resultSize :: (Prelude.Maybe (Value Prelude.Double)),
TopBottomRankedComputationProperty -> Value Text
type' :: (Value Prelude.Text),
TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
value :: (Prelude.Maybe MeasureFieldProperty)}
deriving stock (TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool
(TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool)
-> (TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool)
-> Eq TopBottomRankedComputationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool
== :: TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool
$c/= :: TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool
/= :: TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty -> Bool
Prelude.Eq, Int -> TopBottomRankedComputationProperty -> ShowS
[TopBottomRankedComputationProperty] -> ShowS
TopBottomRankedComputationProperty -> String
(Int -> TopBottomRankedComputationProperty -> ShowS)
-> (TopBottomRankedComputationProperty -> String)
-> ([TopBottomRankedComputationProperty] -> ShowS)
-> Show TopBottomRankedComputationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> TopBottomRankedComputationProperty -> ShowS
showsPrec :: Int -> TopBottomRankedComputationProperty -> ShowS
$cshow :: TopBottomRankedComputationProperty -> String
show :: TopBottomRankedComputationProperty -> String
$cshowList :: [TopBottomRankedComputationProperty] -> ShowS
showList :: [TopBottomRankedComputationProperty] -> ShowS
Prelude.Show)
mkTopBottomRankedComputationProperty ::
Value Prelude.Text
-> Value Prelude.Text -> TopBottomRankedComputationProperty
mkTopBottomRankedComputationProperty :: Value Text -> Value Text -> TopBottomRankedComputationProperty
mkTopBottomRankedComputationProperty Value Text
computationId Value Text
type'
= TopBottomRankedComputationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), computationId :: Value Text
computationId = Value Text
computationId,
type' :: Value Text
type' = Value Text
type', category :: Maybe DimensionFieldProperty
category = Maybe DimensionFieldProperty
forall a. Maybe a
Prelude.Nothing, name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
resultSize :: Maybe (Value Double)
resultSize = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing, value :: Maybe MeasureFieldProperty
value = Maybe MeasureFieldProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties TopBottomRankedComputationProperty where
toResourceProperties :: TopBottomRankedComputationProperty -> ResourceProperties
toResourceProperties TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Template.TopBottomRankedComputation",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"ComputationId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
computationId, Key
"Type" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
type']
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> DimensionFieldProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Category" (DimensionFieldProperty -> (Key, Value))
-> Maybe DimensionFieldProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DimensionFieldProperty
category,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ResultSize" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
resultSize,
Key -> MeasureFieldProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Value" (MeasureFieldProperty -> (Key, Value))
-> Maybe MeasureFieldProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MeasureFieldProperty
value]))}
instance JSON.ToJSON TopBottomRankedComputationProperty where
toJSON :: TopBottomRankedComputationProperty -> Value
toJSON TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"ComputationId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
computationId, Key
"Type" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
type']
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> DimensionFieldProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Category" (DimensionFieldProperty -> (Key, Value))
-> Maybe DimensionFieldProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DimensionFieldProperty
category,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ResultSize" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
resultSize,
Key -> MeasureFieldProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Value" (MeasureFieldProperty -> (Key, Value))
-> Maybe MeasureFieldProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MeasureFieldProperty
value])))
instance Property "Category" TopBottomRankedComputationProperty where
type PropertyType "Category" TopBottomRankedComputationProperty = DimensionFieldProperty
set :: PropertyType "Category" TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
set PropertyType "Category" TopBottomRankedComputationProperty
newValue TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= TopBottomRankedComputationProperty
{category :: Maybe DimensionFieldProperty
category = DimensionFieldProperty -> Maybe DimensionFieldProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Category" TopBottomRankedComputationProperty
DimensionFieldProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
()
Value Text
haddock_workaround_ :: ()
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
haddock_workaround_ :: ()
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
instance Property "ComputationId" TopBottomRankedComputationProperty where
type PropertyType "ComputationId" TopBottomRankedComputationProperty = Value Prelude.Text
set :: PropertyType "ComputationId" TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
set PropertyType "ComputationId" TopBottomRankedComputationProperty
newValue TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= TopBottomRankedComputationProperty {computationId :: Value Text
computationId = PropertyType "ComputationId" TopBottomRankedComputationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
instance Property "Name" TopBottomRankedComputationProperty where
type PropertyType "Name" TopBottomRankedComputationProperty = Value Prelude.Text
set :: PropertyType "Name" TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
set PropertyType "Name" TopBottomRankedComputationProperty
newValue TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= TopBottomRankedComputationProperty
{name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" TopBottomRankedComputationProperty
Value Text
newValue, Maybe (Value Double)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
instance Property "ResultSize" TopBottomRankedComputationProperty where
type PropertyType "ResultSize" TopBottomRankedComputationProperty = Value Prelude.Double
set :: PropertyType "ResultSize" TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
set PropertyType "ResultSize" TopBottomRankedComputationProperty
newValue TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= TopBottomRankedComputationProperty
{resultSize :: Maybe (Value Double)
resultSize = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ResultSize" TopBottomRankedComputationProperty
Value Double
newValue, Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
type' :: Value Text
value :: Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
instance Property "Type" TopBottomRankedComputationProperty where
type PropertyType "Type" TopBottomRankedComputationProperty = Value Prelude.Text
set :: PropertyType "Type" TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
set PropertyType "Type" TopBottomRankedComputationProperty
newValue TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= TopBottomRankedComputationProperty {type' :: Value Text
type' = PropertyType "Type" TopBottomRankedComputationProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
value :: Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
value :: Maybe MeasureFieldProperty
..}
instance Property "Value" TopBottomRankedComputationProperty where
type PropertyType "Value" TopBottomRankedComputationProperty = MeasureFieldProperty
set :: PropertyType "Value" TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
-> TopBottomRankedComputationProperty
set PropertyType "Value" TopBottomRankedComputationProperty
newValue TopBottomRankedComputationProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe MeasureFieldProperty
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: TopBottomRankedComputationProperty -> ()
category :: TopBottomRankedComputationProperty -> Maybe DimensionFieldProperty
computationId :: TopBottomRankedComputationProperty -> Value Text
name :: TopBottomRankedComputationProperty -> Maybe (Value Text)
resultSize :: TopBottomRankedComputationProperty -> Maybe (Value Double)
type' :: TopBottomRankedComputationProperty -> Value Text
value :: TopBottomRankedComputationProperty -> Maybe MeasureFieldProperty
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
value :: Maybe MeasureFieldProperty
..}
= TopBottomRankedComputationProperty
{value :: Maybe MeasureFieldProperty
value = MeasureFieldProperty -> Maybe MeasureFieldProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Value" TopBottomRankedComputationProperty
MeasureFieldProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe DimensionFieldProperty
()
Value Text
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
haddock_workaround_ :: ()
category :: Maybe DimensionFieldProperty
computationId :: Value Text
name :: Maybe (Value Text)
resultSize :: Maybe (Value Double)
type' :: Value Text
..}