| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty
Documentation
data SetDimensionProperty Source #
Constructors
| SetDimensionProperty | |
Fields
| |
Instances
data CoordinatesProperty Source #
Constructors
| CoordinatesProperty | |
Fields | |
Instances
| ToJSON CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods toJSON :: CoordinatesProperty -> Value # toEncoding :: CoordinatesProperty -> Encoding # toJSONList :: [CoordinatesProperty] -> Value # toEncodingList :: [CoordinatesProperty] -> Encoding # omitField :: CoordinatesProperty -> Bool # | |||||
| Show CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods showsPrec :: Int -> CoordinatesProperty -> ShowS # show :: CoordinatesProperty -> String # showList :: [CoordinatesProperty] -> ShowS # | |||||
| Eq CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods (==) :: CoordinatesProperty -> CoordinatesProperty -> Bool # (/=) :: CoordinatesProperty -> CoordinatesProperty -> Bool # | |||||
| ToResourceProperties CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods toResourceProperties :: CoordinatesProperty -> ResourceProperties # | |||||
| Property "Latitude" CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Associated Types
Methods set :: PropertyType "Latitude" CoordinatesProperty -> CoordinatesProperty -> CoordinatesProperty # | |||||
| Property "Longitude" CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Associated Types
Methods set :: PropertyType "Longitude" CoordinatesProperty -> CoordinatesProperty -> CoordinatesProperty # | |||||
| type PropertyType "Latitude" CoordinatesProperty Source # | |||||
| type PropertyType "Longitude" CoordinatesProperty Source # | |||||
data DemographicProperty Source #
Constructors
| DemographicProperty | |
Instances
| ToJSON DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods toJSON :: DemographicProperty -> Value # toEncoding :: DemographicProperty -> Encoding # toJSONList :: [DemographicProperty] -> Value # toEncodingList :: [DemographicProperty] -> Encoding # omitField :: DemographicProperty -> Bool # | |||||
| Show DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods showsPrec :: Int -> DemographicProperty -> ShowS # show :: DemographicProperty -> String # showList :: [DemographicProperty] -> ShowS # | |||||
| Eq DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods (==) :: DemographicProperty -> DemographicProperty -> Bool # (/=) :: DemographicProperty -> DemographicProperty -> Bool # | |||||
| ToResourceProperties DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods toResourceProperties :: DemographicProperty -> ResourceProperties # | |||||
| Property "AppVersion" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "AppVersion" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Channel" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Channel" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "DeviceType" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "DeviceType" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Make" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Make" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Model" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Model" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Platform" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Platform" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| type PropertyType "AppVersion" DemographicProperty Source # | |||||
| type PropertyType "Channel" DemographicProperty Source # | |||||
| type PropertyType "DeviceType" DemographicProperty Source # | |||||
| type PropertyType "Make" DemographicProperty Source # | |||||
| type PropertyType "Model" DemographicProperty Source # | |||||
| type PropertyType "Platform" DemographicProperty Source # | |||||
data GPSPointProperty Source #
Constructors
| GPSPointProperty | |
Fields | |
Instances
| ToJSON GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods toJSON :: GPSPointProperty -> Value # toEncoding :: GPSPointProperty -> Encoding # toJSONList :: [GPSPointProperty] -> Value # toEncodingList :: [GPSPointProperty] -> Encoding # omitField :: GPSPointProperty -> Bool # | |||||
| Show GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods showsPrec :: Int -> GPSPointProperty -> ShowS # show :: GPSPointProperty -> String # showList :: [GPSPointProperty] -> ShowS # | |||||
| Eq GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods (==) :: GPSPointProperty -> GPSPointProperty -> Bool # (/=) :: GPSPointProperty -> GPSPointProperty -> Bool # | |||||
| ToResourceProperties GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods toResourceProperties :: GPSPointProperty -> ResourceProperties # | |||||
| Property "Coordinates" GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Associated Types
Methods set :: PropertyType "Coordinates" GPSPointProperty -> GPSPointProperty -> GPSPointProperty # | |||||
| Property "RangeInKilometers" GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Associated Types
Methods set :: PropertyType "RangeInKilometers" GPSPointProperty -> GPSPointProperty -> GPSPointProperty # | |||||
| type PropertyType "Coordinates" GPSPointProperty Source # | |||||
| type PropertyType "RangeInKilometers" GPSPointProperty Source # | |||||
data LocationProperty Source #
Constructors
| LocationProperty | |
Fields | |
Instances
| ToJSON LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods toJSON :: LocationProperty -> Value # toEncoding :: LocationProperty -> Encoding # toJSONList :: [LocationProperty] -> Value # toEncodingList :: [LocationProperty] -> Encoding # omitField :: LocationProperty -> Bool # | |||||
| Show LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods showsPrec :: Int -> LocationProperty -> ShowS # show :: LocationProperty -> String # showList :: [LocationProperty] -> ShowS # | |||||
| Eq LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods (==) :: LocationProperty -> LocationProperty -> Bool # (/=) :: LocationProperty -> LocationProperty -> Bool # | |||||
| ToResourceProperties LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods toResourceProperties :: LocationProperty -> ResourceProperties # | |||||
| Property "Country" LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Associated Types
Methods set :: PropertyType "Country" LocationProperty -> LocationProperty -> LocationProperty # | |||||
| Property "GPSPoint" LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Associated Types
Methods set :: PropertyType "GPSPoint" LocationProperty -> LocationProperty -> LocationProperty # | |||||
| type PropertyType "Country" LocationProperty Source # | |||||
| type PropertyType "GPSPoint" LocationProperty Source # | |||||
data SegmentDimensionsProperty Source #
Constructors
| SegmentDimensionsProperty | |
Fields | |
Instances
| ToJSON SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Methods toJSON :: SegmentDimensionsProperty -> Value # toEncoding :: SegmentDimensionsProperty -> Encoding # toJSONList :: [SegmentDimensionsProperty] -> Value # | |||||
| Show SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Methods showsPrec :: Int -> SegmentDimensionsProperty -> ShowS # show :: SegmentDimensionsProperty -> String # showList :: [SegmentDimensionsProperty] -> ShowS # | |||||
| Eq SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Methods (==) :: SegmentDimensionsProperty -> SegmentDimensionsProperty -> Bool # (/=) :: SegmentDimensionsProperty -> SegmentDimensionsProperty -> Bool # | |||||
| ToResourceProperties SegmentDimensionsProperty Source # | |||||
| Property "Attributes" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Attributes" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Behavior" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Behavior" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Demographic" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Demographic" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Location" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Location" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Metrics" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Metrics" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "UserAttributes" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "UserAttributes" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| type PropertyType "Attributes" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Behavior" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Demographic" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Location" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Metrics" SegmentDimensionsProperty Source # | |||||
| type PropertyType "UserAttributes" SegmentDimensionsProperty Source # | |||||