| Copyright | (c) 2015-2025 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | GHC2021 |
Gogol.ToolResults
Contents
- Configuration
- Resources
- Types
- Xgafv
- ANR
- AvailableDeepLinks
- BlankScreen
- CrashDialogError
- EncounteredLoginScreen
- EncounteredNonAndroidUiWidgetScreen
- FailedToInstall
- FatalException
- InAppPurchasesFound
- InsufficientCoverage
- IosAppCrashed
- LauncherActivityNotFound
- NativeCrash
- NonSdkApi
- NonSdkApi_List
- NonSdkApiInsight
- NonSdkApiUsageViolation
- NonSdkApiUsageViolationReport
- OverlappingUIElements
- PendingGoogleUpdateInsight
- PerformedGoogleLogin
- PerformedMonkeyActions
- RoboScriptExecution
- StackTrace
- StartActivityNotFound
- UIElementTooDeep
- UnspecifiedWarning
- UnusedRoboDirective
- UpgradeInsight
- UsedRoboDirective
- UsedRoboIgnoreDirective
Description
API to publish and access results from developer tools.
Synopsis
- toolResultsService :: ServiceConfig
- newtype Xgafv where
- newtype ANR = ANR {}
- newANR :: ANR
- data AvailableDeepLinks = AvailableDeepLinks
- newAvailableDeepLinks :: AvailableDeepLinks
- newtype BlankScreen = BlankScreen {}
- newBlankScreen :: BlankScreen
- newtype CrashDialogError = CrashDialogError {}
- newCrashDialogError :: CrashDialogError
- data EncounteredLoginScreen = EncounteredLoginScreen {}
- newEncounteredLoginScreen :: EncounteredLoginScreen
- data EncounteredNonAndroidUiWidgetScreen = EncounteredNonAndroidUiWidgetScreen {}
- newEncounteredNonAndroidUiWidgetScreen :: EncounteredNonAndroidUiWidgetScreen
- data FailedToInstall = FailedToInstall
- newFailedToInstall :: FailedToInstall
- newtype FatalException = FatalException {}
- newFatalException :: FatalException
- data InAppPurchasesFound = InAppPurchasesFound {}
- newInAppPurchasesFound :: InAppPurchasesFound
- data InsufficientCoverage = InsufficientCoverage
- newInsufficientCoverage :: InsufficientCoverage
- newtype IosAppCrashed = IosAppCrashed {}
- newIosAppCrashed :: IosAppCrashed
- data LauncherActivityNotFound = LauncherActivityNotFound
- newLauncherActivityNotFound :: LauncherActivityNotFound
- newtype NativeCrash = NativeCrash {}
- newNativeCrash :: NativeCrash
- data NonSdkApi = NonSdkApi {}
- newNonSdkApi :: NonSdkApi
- newtype NonSdkApi_List where
- NonSdkApi_List { }
- pattern NonSdkApi_List_None :: NonSdkApi_List
- pattern NonSdkApi_List_White :: NonSdkApi_List
- pattern NonSdkApi_List_Black :: NonSdkApi_List
- pattern NonSdkApi_List_Grey :: NonSdkApi_List
- pattern NonSdkApi_List_GREYMAXO :: NonSdkApi_List
- pattern NonSdkApi_List_GREYMAXP :: NonSdkApi_List
- pattern NonSdkApi_List_GREYMAXQ :: NonSdkApi_List
- data NonSdkApiInsight = NonSdkApiInsight {}
- newNonSdkApiInsight :: NonSdkApiInsight
- data NonSdkApiUsageViolation = NonSdkApiUsageViolation {
- apiSignatures :: Maybe [Text]
- uniqueApis :: Maybe Int32
- newNonSdkApiUsageViolation :: NonSdkApiUsageViolation
- data NonSdkApiUsageViolationReport = NonSdkApiUsageViolationReport {}
- newNonSdkApiUsageViolationReport :: NonSdkApiUsageViolationReport
- data OverlappingUIElements = OverlappingUIElements {}
- newOverlappingUIElements :: OverlappingUIElements
- newtype PendingGoogleUpdateInsight = PendingGoogleUpdateInsight {}
- newPendingGoogleUpdateInsight :: PendingGoogleUpdateInsight
- data PerformedGoogleLogin = PerformedGoogleLogin
- newPerformedGoogleLogin :: PerformedGoogleLogin
- newtype PerformedMonkeyActions = PerformedMonkeyActions {}
- newPerformedMonkeyActions :: PerformedMonkeyActions
- data RoboScriptExecution = RoboScriptExecution {}
- newRoboScriptExecution :: RoboScriptExecution
- newtype StackTrace = StackTrace {}
- newStackTrace :: StackTrace
- data StartActivityNotFound = StartActivityNotFound {}
- newStartActivityNotFound :: StartActivityNotFound
- data UIElementTooDeep = UIElementTooDeep {}
- newUIElementTooDeep :: UIElementTooDeep
- data UnspecifiedWarning = UnspecifiedWarning
- newUnspecifiedWarning :: UnspecifiedWarning
- newtype UnusedRoboDirective = UnusedRoboDirective {}
- newUnusedRoboDirective :: UnusedRoboDirective
- data UpgradeInsight = UpgradeInsight {}
- newUpgradeInsight :: UpgradeInsight
- newtype UsedRoboDirective = UsedRoboDirective {}
- newUsedRoboDirective :: UsedRoboDirective
- newtype UsedRoboIgnoreDirective = UsedRoboIgnoreDirective {}
- newUsedRoboIgnoreDirective :: UsedRoboIgnoreDirective
Configuration
toolResultsService :: ServiceConfig Source #
Default request referring to version v1 of the Cloud Tool Results API. This contains the host and root path used as a starting point for constructing service requests.
Resources
Types
Xgafv
V1 error format.
Instances
| FromJSON Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| FromJSONKey Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| ToJSON Xgafv Source # | |||||
| ToJSONKey Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| Generic Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Associated Types
| |||||
| Read Xgafv Source # | |||||
| Show Xgafv Source # | |||||
| Eq Xgafv Source # | |||||
| Ord Xgafv Source # | |||||
| Hashable Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| FromHttpApiData Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| ToHttpApiData Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods toUrlPiece :: Xgafv -> Text # toEncodedUrlPiece :: Xgafv -> Builder # toHeader :: Xgafv -> ByteString # toQueryParam :: Xgafv -> Text # toEncodedQueryParam :: Xgafv -> Builder # | |||||
| type Rep Xgafv Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
ANR
Additional details for an ANR crash.
See: newANR smart constructor.
Constructors
| ANR | |
Fields
| |
Instances
| FromJSON ANR Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON ANR Source # | |||||
| Generic ANR Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show ANR Source # | |||||
| Eq ANR Source # | |||||
| type Rep ANR Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep ANR = D1 ('MetaData "ANR" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "ANR" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackTrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe StackTrace)))) | |||||
AvailableDeepLinks
data AvailableDeepLinks Source #
A suggestion to use deep links for a Robo run.
See: newAvailableDeepLinks smart constructor.
Constructors
| AvailableDeepLinks |
Instances
newAvailableDeepLinks :: AvailableDeepLinks Source #
Creates a value of AvailableDeepLinks with the minimum fields required to make a request.
BlankScreen
newtype BlankScreen Source #
A warning that Robo encountered a screen that was mostly blank; this may indicate a problem with the app.
See: newBlankScreen smart constructor.
Constructors
| BlankScreen | |
Instances
| FromJSON BlankScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON BlankScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: BlankScreen -> Value # toEncoding :: BlankScreen -> Encoding # toJSONList :: [BlankScreen] -> Value # toEncodingList :: [BlankScreen] -> Encoding # omitField :: BlankScreen -> Bool # | |||||
| Generic BlankScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show BlankScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> BlankScreen -> ShowS # show :: BlankScreen -> String # showList :: [BlankScreen] -> ShowS # | |||||
| Eq BlankScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| type Rep BlankScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep BlankScreen = D1 ('MetaData "BlankScreen" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "BlankScreen" 'PrefixI 'True) (S1 ('MetaSel ('Just "screenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newBlankScreen :: BlankScreen Source #
Creates a value of BlankScreen with the minimum fields required to make a request.
CrashDialogError
newtype CrashDialogError Source #
Crash dialog was detected during the test execution
See: newCrashDialogError smart constructor.
Constructors
| CrashDialogError | |
Fields
| |
Instances
| FromJSON CrashDialogError Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser CrashDialogError # parseJSONList :: Value -> Parser [CrashDialogError] # | |||||
| ToJSON CrashDialogError Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: CrashDialogError -> Value # toEncoding :: CrashDialogError -> Encoding # toJSONList :: [CrashDialogError] -> Value # toEncodingList :: [CrashDialogError] -> Encoding # omitField :: CrashDialogError -> Bool # | |||||
| Generic CrashDialogError Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: CrashDialogError -> Rep CrashDialogError x # to :: Rep CrashDialogError x -> CrashDialogError # | |||||
| Show CrashDialogError Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> CrashDialogError -> ShowS # show :: CrashDialogError -> String # showList :: [CrashDialogError] -> ShowS # | |||||
| Eq CrashDialogError Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: CrashDialogError -> CrashDialogError -> Bool # (/=) :: CrashDialogError -> CrashDialogError -> Bool # | |||||
| type Rep CrashDialogError Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep CrashDialogError = D1 ('MetaData "CrashDialogError" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "CrashDialogError" 'PrefixI 'True) (S1 ('MetaSel ('Just "crashPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newCrashDialogError :: CrashDialogError Source #
Creates a value of CrashDialogError with the minimum fields required to make a request.
EncounteredLoginScreen
data EncounteredLoginScreen Source #
Additional details about encountered login screens.
See: newEncounteredLoginScreen smart constructor.
Constructors
| EncounteredLoginScreen | |
Instances
| FromJSON EncounteredLoginScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser EncounteredLoginScreen # parseJSONList :: Value -> Parser [EncounteredLoginScreen] # | |||||
| ToJSON EncounteredLoginScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: EncounteredLoginScreen -> Value # toEncoding :: EncounteredLoginScreen -> Encoding # toJSONList :: [EncounteredLoginScreen] -> Value # toEncodingList :: [EncounteredLoginScreen] -> Encoding # omitField :: EncounteredLoginScreen -> Bool # | |||||
| Generic EncounteredLoginScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: EncounteredLoginScreen -> Rep EncounteredLoginScreen x # to :: Rep EncounteredLoginScreen x -> EncounteredLoginScreen # | |||||
| Show EncounteredLoginScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> EncounteredLoginScreen -> ShowS # show :: EncounteredLoginScreen -> String # showList :: [EncounteredLoginScreen] -> ShowS # | |||||
| Eq EncounteredLoginScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: EncounteredLoginScreen -> EncounteredLoginScreen -> Bool # (/=) :: EncounteredLoginScreen -> EncounteredLoginScreen -> Bool # | |||||
| type Rep EncounteredLoginScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep EncounteredLoginScreen = D1 ('MetaData "EncounteredLoginScreen" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "EncounteredLoginScreen" 'PrefixI 'True) (S1 ('MetaSel ('Just "distinctScreens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "screenIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) | |||||
newEncounteredLoginScreen :: EncounteredLoginScreen Source #
Creates a value of EncounteredLoginScreen with the minimum fields required to make a request.
EncounteredNonAndroidUiWidgetScreen
data EncounteredNonAndroidUiWidgetScreen Source #
Additional details about encountered screens with elements that are not Android UI widgets.
See: newEncounteredNonAndroidUiWidgetScreen smart constructor.
Constructors
| EncounteredNonAndroidUiWidgetScreen | |
Instances
| FromJSON EncounteredNonAndroidUiWidgetScreen Source # | |||||
| ToJSON EncounteredNonAndroidUiWidgetScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| Generic EncounteredNonAndroidUiWidgetScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show EncounteredNonAndroidUiWidgetScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> EncounteredNonAndroidUiWidgetScreen -> ShowS # show :: EncounteredNonAndroidUiWidgetScreen -> String # showList :: [EncounteredNonAndroidUiWidgetScreen] -> ShowS # | |||||
| Eq EncounteredNonAndroidUiWidgetScreen Source # | |||||
| type Rep EncounteredNonAndroidUiWidgetScreen Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep EncounteredNonAndroidUiWidgetScreen = D1 ('MetaData "EncounteredNonAndroidUiWidgetScreen" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "EncounteredNonAndroidUiWidgetScreen" 'PrefixI 'True) (S1 ('MetaSel ('Just "distinctScreens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "screenIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) | |||||
newEncounteredNonAndroidUiWidgetScreen :: EncounteredNonAndroidUiWidgetScreen Source #
Creates a value of EncounteredNonAndroidUiWidgetScreen with the minimum fields required to make a request.
FailedToInstall
data FailedToInstall Source #
Failed to install the APK.
See: newFailedToInstall smart constructor.
Constructors
| FailedToInstall |
Instances
| FromJSON FailedToInstall Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser FailedToInstall # parseJSONList :: Value -> Parser [FailedToInstall] # | |||||
| ToJSON FailedToInstall Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: FailedToInstall -> Value # toEncoding :: FailedToInstall -> Encoding # toJSONList :: [FailedToInstall] -> Value # toEncodingList :: [FailedToInstall] -> Encoding # omitField :: FailedToInstall -> Bool # | |||||
| Generic FailedToInstall Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: FailedToInstall -> Rep FailedToInstall x # to :: Rep FailedToInstall x -> FailedToInstall # | |||||
| Show FailedToInstall Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> FailedToInstall -> ShowS # show :: FailedToInstall -> String # showList :: [FailedToInstall] -> ShowS # | |||||
| Eq FailedToInstall Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: FailedToInstall -> FailedToInstall -> Bool # (/=) :: FailedToInstall -> FailedToInstall -> Bool # | |||||
| type Rep FailedToInstall Source # | |||||
newFailedToInstall :: FailedToInstall Source #
Creates a value of FailedToInstall with the minimum fields required to make a request.
FatalException
newtype FatalException Source #
Additional details for a fatal exception.
See: newFatalException smart constructor.
Constructors
| FatalException | |
Fields
| |
Instances
| FromJSON FatalException Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser FatalException # parseJSONList :: Value -> Parser [FatalException] # | |||||
| ToJSON FatalException Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: FatalException -> Value # toEncoding :: FatalException -> Encoding # toJSONList :: [FatalException] -> Value # toEncodingList :: [FatalException] -> Encoding # omitField :: FatalException -> Bool # | |||||
| Generic FatalException Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: FatalException -> Rep FatalException x # to :: Rep FatalException x -> FatalException # | |||||
| Show FatalException Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> FatalException -> ShowS # show :: FatalException -> String # showList :: [FatalException] -> ShowS # | |||||
| Eq FatalException Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: FatalException -> FatalException -> Bool # (/=) :: FatalException -> FatalException -> Bool # | |||||
| type Rep FatalException Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep FatalException = D1 ('MetaData "FatalException" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "FatalException" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackTrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe StackTrace)))) | |||||
newFatalException :: FatalException Source #
Creates a value of FatalException with the minimum fields required to make a request.
InAppPurchasesFound
data InAppPurchasesFound Source #
Additional details of in-app purchases encountered during the crawl.
See: newInAppPurchasesFound smart constructor.
Constructors
| InAppPurchasesFound | |
Fields
| |
Instances
| FromJSON InAppPurchasesFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser InAppPurchasesFound # parseJSONList :: Value -> Parser [InAppPurchasesFound] # | |||||
| ToJSON InAppPurchasesFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: InAppPurchasesFound -> Value # toEncoding :: InAppPurchasesFound -> Encoding # toJSONList :: [InAppPurchasesFound] -> Value # toEncodingList :: [InAppPurchasesFound] -> Encoding # omitField :: InAppPurchasesFound -> Bool # | |||||
| Generic InAppPurchasesFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: InAppPurchasesFound -> Rep InAppPurchasesFound x # to :: Rep InAppPurchasesFound x -> InAppPurchasesFound # | |||||
| Show InAppPurchasesFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> InAppPurchasesFound -> ShowS # show :: InAppPurchasesFound -> String # showList :: [InAppPurchasesFound] -> ShowS # | |||||
| Eq InAppPurchasesFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: InAppPurchasesFound -> InAppPurchasesFound -> Bool # (/=) :: InAppPurchasesFound -> InAppPurchasesFound -> Bool # | |||||
| type Rep InAppPurchasesFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep InAppPurchasesFound = D1 ('MetaData "InAppPurchasesFound" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "InAppPurchasesFound" 'PrefixI 'True) (S1 ('MetaSel ('Just "inAppPurchasesFlowsExplored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "inAppPurchasesFlowsStarted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) | |||||
newInAppPurchasesFound :: InAppPurchasesFound Source #
Creates a value of InAppPurchasesFound with the minimum fields required to make a request.
InsufficientCoverage
data InsufficientCoverage Source #
A warning that Robo did not crawl potentially important parts of the app.
See: newInsufficientCoverage smart constructor.
Constructors
| InsufficientCoverage |
Instances
| FromJSON InsufficientCoverage Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser InsufficientCoverage # parseJSONList :: Value -> Parser [InsufficientCoverage] # | |||||
| ToJSON InsufficientCoverage Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: InsufficientCoverage -> Value # toEncoding :: InsufficientCoverage -> Encoding # toJSONList :: [InsufficientCoverage] -> Value # toEncodingList :: [InsufficientCoverage] -> Encoding # omitField :: InsufficientCoverage -> Bool # | |||||
| Generic InsufficientCoverage Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: InsufficientCoverage -> Rep InsufficientCoverage x # to :: Rep InsufficientCoverage x -> InsufficientCoverage # | |||||
| Show InsufficientCoverage Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> InsufficientCoverage -> ShowS # show :: InsufficientCoverage -> String # showList :: [InsufficientCoverage] -> ShowS # | |||||
| Eq InsufficientCoverage Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: InsufficientCoverage -> InsufficientCoverage -> Bool # (/=) :: InsufficientCoverage -> InsufficientCoverage -> Bool # | |||||
| type Rep InsufficientCoverage Source # | |||||
newInsufficientCoverage :: InsufficientCoverage Source #
Creates a value of InsufficientCoverage with the minimum fields required to make a request.
IosAppCrashed
newtype IosAppCrashed Source #
Additional details for an iOS app crash.
See: newIosAppCrashed smart constructor.
Constructors
| IosAppCrashed | |
Fields
| |
Instances
| FromJSON IosAppCrashed Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser IosAppCrashed # parseJSONList :: Value -> Parser [IosAppCrashed] # | |||||
| ToJSON IosAppCrashed Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: IosAppCrashed -> Value # toEncoding :: IosAppCrashed -> Encoding # toJSONList :: [IosAppCrashed] -> Value # toEncodingList :: [IosAppCrashed] -> Encoding # omitField :: IosAppCrashed -> Bool # | |||||
| Generic IosAppCrashed Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show IosAppCrashed Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> IosAppCrashed -> ShowS # show :: IosAppCrashed -> String # showList :: [IosAppCrashed] -> ShowS # | |||||
| Eq IosAppCrashed Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: IosAppCrashed -> IosAppCrashed -> Bool # (/=) :: IosAppCrashed -> IosAppCrashed -> Bool # | |||||
| type Rep IosAppCrashed Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep IosAppCrashed = D1 ('MetaData "IosAppCrashed" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "IosAppCrashed" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackTrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe StackTrace)))) | |||||
newIosAppCrashed :: IosAppCrashed Source #
Creates a value of IosAppCrashed with the minimum fields required to make a request.
LauncherActivityNotFound
data LauncherActivityNotFound Source #
Failed to find the launcher activity of an app.
See: newLauncherActivityNotFound smart constructor.
Constructors
| LauncherActivityNotFound |
Instances
| FromJSON LauncherActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser LauncherActivityNotFound # parseJSONList :: Value -> Parser [LauncherActivityNotFound] # | |||||
| ToJSON LauncherActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: LauncherActivityNotFound -> Value # toEncoding :: LauncherActivityNotFound -> Encoding # toJSONList :: [LauncherActivityNotFound] -> Value # | |||||
| Generic LauncherActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: LauncherActivityNotFound -> Rep LauncherActivityNotFound x # to :: Rep LauncherActivityNotFound x -> LauncherActivityNotFound # | |||||
| Show LauncherActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> LauncherActivityNotFound -> ShowS # show :: LauncherActivityNotFound -> String # showList :: [LauncherActivityNotFound] -> ShowS # | |||||
| Eq LauncherActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: LauncherActivityNotFound -> LauncherActivityNotFound -> Bool # (/=) :: LauncherActivityNotFound -> LauncherActivityNotFound -> Bool # | |||||
| type Rep LauncherActivityNotFound Source # | |||||
newLauncherActivityNotFound :: LauncherActivityNotFound Source #
Creates a value of LauncherActivityNotFound with the minimum fields required to make a request.
NativeCrash
newtype NativeCrash Source #
Additional details for a native crash.
See: newNativeCrash smart constructor.
Constructors
| NativeCrash | |
Fields
| |
Instances
| FromJSON NativeCrash Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON NativeCrash Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: NativeCrash -> Value # toEncoding :: NativeCrash -> Encoding # toJSONList :: [NativeCrash] -> Value # toEncodingList :: [NativeCrash] -> Encoding # omitField :: NativeCrash -> Bool # | |||||
| Generic NativeCrash Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show NativeCrash Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> NativeCrash -> ShowS # show :: NativeCrash -> String # showList :: [NativeCrash] -> ShowS # | |||||
| Eq NativeCrash Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| type Rep NativeCrash Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep NativeCrash = D1 ('MetaData "NativeCrash" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "NativeCrash" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackTrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe StackTrace)))) | |||||
newNativeCrash :: NativeCrash Source #
Creates a value of NativeCrash with the minimum fields required to make a request.
NonSdkApi
A non-sdk API and examples of it being called along with other metadata See https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces
See: newNonSdkApi smart constructor.
Constructors
| NonSdkApi | |
Fields
| |
Instances
| FromJSON NonSdkApi Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON NonSdkApi Source # | |||||
| Generic NonSdkApi Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show NonSdkApi Source # | |||||
| Eq NonSdkApi Source # | |||||
| type Rep NonSdkApi Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep NonSdkApi = D1 ('MetaData "NonSdkApi" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "NonSdkApi" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiSignature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exampleStackTraces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "insights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NonSdkApiInsight])) :*: (S1 ('MetaSel ('Just "invocationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "list") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NonSdkApi_List)))))) | |||||
newNonSdkApi :: NonSdkApi Source #
Creates a value of NonSdkApi with the minimum fields required to make a request.
NonSdkApi_List
newtype NonSdkApi_List Source #
Which list this API appears on
Constructors
| NonSdkApi_List | |
Fields | |
Bundled Patterns
| pattern NonSdkApi_List_None :: NonSdkApi_List | |
| pattern NonSdkApi_List_White :: NonSdkApi_List | |
| pattern NonSdkApi_List_Black :: NonSdkApi_List | |
| pattern NonSdkApi_List_Grey :: NonSdkApi_List | |
| pattern NonSdkApi_List_GREYMAXO :: NonSdkApi_List | |
| pattern NonSdkApi_List_GREYMAXP :: NonSdkApi_List | |
| pattern NonSdkApi_List_GREYMAXQ :: NonSdkApi_List |
Instances
| FromJSON NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods parseJSON :: Value -> Parser NonSdkApi_List # parseJSONList :: Value -> Parser [NonSdkApi_List] # | |||||
| FromJSONKey NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| ToJSON NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods toJSON :: NonSdkApi_List -> Value # toEncoding :: NonSdkApi_List -> Encoding # toJSONList :: [NonSdkApi_List] -> Value # toEncodingList :: [NonSdkApi_List] -> Encoding # omitField :: NonSdkApi_List -> Bool # | |||||
| ToJSONKey NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| Generic NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Associated Types
Methods from :: NonSdkApi_List -> Rep NonSdkApi_List x # to :: Rep NonSdkApi_List x -> NonSdkApi_List # | |||||
| Read NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods readsPrec :: Int -> ReadS NonSdkApi_List # readList :: ReadS [NonSdkApi_List] # | |||||
| Show NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods showsPrec :: Int -> NonSdkApi_List -> ShowS # show :: NonSdkApi_List -> String # showList :: [NonSdkApi_List] -> ShowS # | |||||
| Eq NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods (==) :: NonSdkApi_List -> NonSdkApi_List -> Bool # (/=) :: NonSdkApi_List -> NonSdkApi_List -> Bool # | |||||
| Ord NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods compare :: NonSdkApi_List -> NonSdkApi_List -> Ordering # (<) :: NonSdkApi_List -> NonSdkApi_List -> Bool # (<=) :: NonSdkApi_List -> NonSdkApi_List -> Bool # (>) :: NonSdkApi_List -> NonSdkApi_List -> Bool # (>=) :: NonSdkApi_List -> NonSdkApi_List -> Bool # max :: NonSdkApi_List -> NonSdkApi_List -> NonSdkApi_List # min :: NonSdkApi_List -> NonSdkApi_List -> NonSdkApi_List # | |||||
| Hashable NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum | |||||
| FromHttpApiData NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods parseUrlPiece :: Text -> Either Text NonSdkApi_List # parseHeader :: ByteString -> Either Text NonSdkApi_List # parseQueryParam :: Text -> Either Text NonSdkApi_List # | |||||
| ToHttpApiData NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum Methods toUrlPiece :: NonSdkApi_List -> Text # toEncodedUrlPiece :: NonSdkApi_List -> Builder # toHeader :: NonSdkApi_List -> ByteString # toQueryParam :: NonSdkApi_List -> Text # | |||||
| type Rep NonSdkApi_List Source # | |||||
Defined in Gogol.ToolResults.Internal.Sum type Rep NonSdkApi_List = D1 ('MetaData "NonSdkApi_List" "Gogol.ToolResults.Internal.Sum" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "NonSdkApi_List" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNonSdkApi_List") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |||||
NonSdkApiInsight
data NonSdkApiInsight Source #
Non-SDK API insights (to address debugging solutions).
See: newNonSdkApiInsight smart constructor.
Constructors
| NonSdkApiInsight | |
Fields
| |
Instances
| FromJSON NonSdkApiInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser NonSdkApiInsight # parseJSONList :: Value -> Parser [NonSdkApiInsight] # | |||||
| ToJSON NonSdkApiInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: NonSdkApiInsight -> Value # toEncoding :: NonSdkApiInsight -> Encoding # toJSONList :: [NonSdkApiInsight] -> Value # toEncodingList :: [NonSdkApiInsight] -> Encoding # omitField :: NonSdkApiInsight -> Bool # | |||||
| Generic NonSdkApiInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: NonSdkApiInsight -> Rep NonSdkApiInsight x # to :: Rep NonSdkApiInsight x -> NonSdkApiInsight # | |||||
| Show NonSdkApiInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> NonSdkApiInsight -> ShowS # show :: NonSdkApiInsight -> String # showList :: [NonSdkApiInsight] -> ShowS # | |||||
| Eq NonSdkApiInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: NonSdkApiInsight -> NonSdkApiInsight -> Bool # (/=) :: NonSdkApiInsight -> NonSdkApiInsight -> Bool # | |||||
| type Rep NonSdkApiInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep NonSdkApiInsight = D1 ('MetaData "NonSdkApiInsight" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "NonSdkApiInsight" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exampleTraceMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "matcherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pendingGoogleUpdateInsight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PendingGoogleUpdateInsight)) :*: S1 ('MetaSel ('Just "upgradeInsight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeInsight))))) | |||||
newNonSdkApiInsight :: NonSdkApiInsight Source #
Creates a value of NonSdkApiInsight with the minimum fields required to make a request.
NonSdkApiUsageViolation
data NonSdkApiUsageViolation Source #
Additional details for a non-sdk API usage violation.
See: newNonSdkApiUsageViolation smart constructor.
Constructors
| NonSdkApiUsageViolation | |
Fields
| |
Instances
| FromJSON NonSdkApiUsageViolation Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser NonSdkApiUsageViolation # parseJSONList :: Value -> Parser [NonSdkApiUsageViolation] # | |||||
| ToJSON NonSdkApiUsageViolation Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: NonSdkApiUsageViolation -> Value # toEncoding :: NonSdkApiUsageViolation -> Encoding # toJSONList :: [NonSdkApiUsageViolation] -> Value # | |||||
| Generic NonSdkApiUsageViolation Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: NonSdkApiUsageViolation -> Rep NonSdkApiUsageViolation x # to :: Rep NonSdkApiUsageViolation x -> NonSdkApiUsageViolation # | |||||
| Show NonSdkApiUsageViolation Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> NonSdkApiUsageViolation -> ShowS # show :: NonSdkApiUsageViolation -> String # showList :: [NonSdkApiUsageViolation] -> ShowS # | |||||
| Eq NonSdkApiUsageViolation Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: NonSdkApiUsageViolation -> NonSdkApiUsageViolation -> Bool # (/=) :: NonSdkApiUsageViolation -> NonSdkApiUsageViolation -> Bool # | |||||
| type Rep NonSdkApiUsageViolation Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep NonSdkApiUsageViolation = D1 ('MetaData "NonSdkApiUsageViolation" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "NonSdkApiUsageViolation" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiSignatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "uniqueApis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) | |||||
newNonSdkApiUsageViolation :: NonSdkApiUsageViolation Source #
Creates a value of NonSdkApiUsageViolation with the minimum fields required to make a request.
NonSdkApiUsageViolationReport
data NonSdkApiUsageViolationReport Source #
Contains a summary and examples of non-sdk API usage violations.
See: newNonSdkApiUsageViolationReport smart constructor.
Constructors
| NonSdkApiUsageViolationReport | |
Fields
| |
Instances
| FromJSON NonSdkApiUsageViolationReport Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON NonSdkApiUsageViolationReport Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| Generic NonSdkApiUsageViolationReport Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show NonSdkApiUsageViolationReport Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> NonSdkApiUsageViolationReport -> ShowS # show :: NonSdkApiUsageViolationReport -> String # showList :: [NonSdkApiUsageViolationReport] -> ShowS # | |||||
| Eq NonSdkApiUsageViolationReport Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| type Rep NonSdkApiUsageViolationReport Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep NonSdkApiUsageViolationReport = D1 ('MetaData "NonSdkApiUsageViolationReport" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "NonSdkApiUsageViolationReport" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exampleApis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NonSdkApi])) :*: S1 ('MetaSel ('Just "minSdkVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32))) :*: (S1 ('MetaSel ('Just "targetSdkVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "uniqueApis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32))))) | |||||
newNonSdkApiUsageViolationReport :: NonSdkApiUsageViolationReport Source #
Creates a value of NonSdkApiUsageViolationReport with the minimum fields required to make a request.
OverlappingUIElements
data OverlappingUIElements Source #
A warning that Robo encountered a screen that has overlapping clickable elements; this may indicate a potential UI issue.
See: newOverlappingUIElements smart constructor.
Constructors
| OverlappingUIElements | |
Instances
| FromJSON OverlappingUIElements Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser OverlappingUIElements # parseJSONList :: Value -> Parser [OverlappingUIElements] # | |||||
| ToJSON OverlappingUIElements Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: OverlappingUIElements -> Value # toEncoding :: OverlappingUIElements -> Encoding # toJSONList :: [OverlappingUIElements] -> Value # toEncodingList :: [OverlappingUIElements] -> Encoding # omitField :: OverlappingUIElements -> Bool # | |||||
| Generic OverlappingUIElements Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: OverlappingUIElements -> Rep OverlappingUIElements x # to :: Rep OverlappingUIElements x -> OverlappingUIElements # | |||||
| Show OverlappingUIElements Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> OverlappingUIElements -> ShowS # show :: OverlappingUIElements -> String # showList :: [OverlappingUIElements] -> ShowS # | |||||
| Eq OverlappingUIElements Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: OverlappingUIElements -> OverlappingUIElements -> Bool # (/=) :: OverlappingUIElements -> OverlappingUIElements -> Bool # | |||||
| type Rep OverlappingUIElements Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep OverlappingUIElements = D1 ('MetaData "OverlappingUIElements" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "OverlappingUIElements" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "screenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |||||
newOverlappingUIElements :: OverlappingUIElements Source #
Creates a value of OverlappingUIElements with the minimum fields required to make a request.
PendingGoogleUpdateInsight
newtype PendingGoogleUpdateInsight Source #
This insight indicates that the hidden API usage originates from a Google-provided library. Users need not take any action.
See: newPendingGoogleUpdateInsight smart constructor.
Constructors
| PendingGoogleUpdateInsight | |
Fields
| |
Instances
| FromJSON PendingGoogleUpdateInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON PendingGoogleUpdateInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: PendingGoogleUpdateInsight -> Value # toEncoding :: PendingGoogleUpdateInsight -> Encoding # toJSONList :: [PendingGoogleUpdateInsight] -> Value # toEncodingList :: [PendingGoogleUpdateInsight] -> Encoding # | |||||
| Generic PendingGoogleUpdateInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: PendingGoogleUpdateInsight -> Rep PendingGoogleUpdateInsight x # to :: Rep PendingGoogleUpdateInsight x -> PendingGoogleUpdateInsight # | |||||
| Show PendingGoogleUpdateInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> PendingGoogleUpdateInsight -> ShowS # show :: PendingGoogleUpdateInsight -> String # showList :: [PendingGoogleUpdateInsight] -> ShowS # | |||||
| Eq PendingGoogleUpdateInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: PendingGoogleUpdateInsight -> PendingGoogleUpdateInsight -> Bool # (/=) :: PendingGoogleUpdateInsight -> PendingGoogleUpdateInsight -> Bool # | |||||
| type Rep PendingGoogleUpdateInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep PendingGoogleUpdateInsight = D1 ('MetaData "PendingGoogleUpdateInsight" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "PendingGoogleUpdateInsight" 'PrefixI 'True) (S1 ('MetaSel ('Just "nameOfGoogleLibrary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newPendingGoogleUpdateInsight :: PendingGoogleUpdateInsight Source #
Creates a value of PendingGoogleUpdateInsight with the minimum fields required to make a request.
PerformedGoogleLogin
data PerformedGoogleLogin Source #
A notification that Robo signed in with Google.
See: newPerformedGoogleLogin smart constructor.
Constructors
| PerformedGoogleLogin |
Instances
| FromJSON PerformedGoogleLogin Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser PerformedGoogleLogin # parseJSONList :: Value -> Parser [PerformedGoogleLogin] # | |||||
| ToJSON PerformedGoogleLogin Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: PerformedGoogleLogin -> Value # toEncoding :: PerformedGoogleLogin -> Encoding # toJSONList :: [PerformedGoogleLogin] -> Value # toEncodingList :: [PerformedGoogleLogin] -> Encoding # omitField :: PerformedGoogleLogin -> Bool # | |||||
| Generic PerformedGoogleLogin Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: PerformedGoogleLogin -> Rep PerformedGoogleLogin x # to :: Rep PerformedGoogleLogin x -> PerformedGoogleLogin # | |||||
| Show PerformedGoogleLogin Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> PerformedGoogleLogin -> ShowS # show :: PerformedGoogleLogin -> String # showList :: [PerformedGoogleLogin] -> ShowS # | |||||
| Eq PerformedGoogleLogin Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: PerformedGoogleLogin -> PerformedGoogleLogin -> Bool # (/=) :: PerformedGoogleLogin -> PerformedGoogleLogin -> Bool # | |||||
| type Rep PerformedGoogleLogin Source # | |||||
newPerformedGoogleLogin :: PerformedGoogleLogin Source #
Creates a value of PerformedGoogleLogin with the minimum fields required to make a request.
PerformedMonkeyActions
newtype PerformedMonkeyActions Source #
A notification that Robo performed some monkey actions.
See: newPerformedMonkeyActions smart constructor.
Constructors
| PerformedMonkeyActions | |
Fields
| |
Instances
| FromJSON PerformedMonkeyActions Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser PerformedMonkeyActions # parseJSONList :: Value -> Parser [PerformedMonkeyActions] # | |||||
| ToJSON PerformedMonkeyActions Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: PerformedMonkeyActions -> Value # toEncoding :: PerformedMonkeyActions -> Encoding # toJSONList :: [PerformedMonkeyActions] -> Value # toEncodingList :: [PerformedMonkeyActions] -> Encoding # omitField :: PerformedMonkeyActions -> Bool # | |||||
| Generic PerformedMonkeyActions Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: PerformedMonkeyActions -> Rep PerformedMonkeyActions x # to :: Rep PerformedMonkeyActions x -> PerformedMonkeyActions # | |||||
| Show PerformedMonkeyActions Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> PerformedMonkeyActions -> ShowS # show :: PerformedMonkeyActions -> String # showList :: [PerformedMonkeyActions] -> ShowS # | |||||
| Eq PerformedMonkeyActions Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: PerformedMonkeyActions -> PerformedMonkeyActions -> Bool # (/=) :: PerformedMonkeyActions -> PerformedMonkeyActions -> Bool # | |||||
| type Rep PerformedMonkeyActions Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep PerformedMonkeyActions = D1 ('MetaData "PerformedMonkeyActions" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "PerformedMonkeyActions" 'PrefixI 'True) (S1 ('MetaSel ('Just "totalActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int32)))) | |||||
newPerformedMonkeyActions :: PerformedMonkeyActions Source #
Creates a value of PerformedMonkeyActions with the minimum fields required to make a request.
RoboScriptExecution
data RoboScriptExecution Source #
Execution stats for a user-provided Robo script.
See: newRoboScriptExecution smart constructor.
Constructors
| RoboScriptExecution | |
Fields
| |
Instances
| FromJSON RoboScriptExecution Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser RoboScriptExecution # parseJSONList :: Value -> Parser [RoboScriptExecution] # | |||||
| ToJSON RoboScriptExecution Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: RoboScriptExecution -> Value # toEncoding :: RoboScriptExecution -> Encoding # toJSONList :: [RoboScriptExecution] -> Value # toEncodingList :: [RoboScriptExecution] -> Encoding # omitField :: RoboScriptExecution -> Bool # | |||||
| Generic RoboScriptExecution Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: RoboScriptExecution -> Rep RoboScriptExecution x # to :: Rep RoboScriptExecution x -> RoboScriptExecution # | |||||
| Show RoboScriptExecution Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> RoboScriptExecution -> ShowS # show :: RoboScriptExecution -> String # showList :: [RoboScriptExecution] -> ShowS # | |||||
| Eq RoboScriptExecution Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: RoboScriptExecution -> RoboScriptExecution -> Bool # (/=) :: RoboScriptExecution -> RoboScriptExecution -> Bool # | |||||
| type Rep RoboScriptExecution Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep RoboScriptExecution = D1 ('MetaData "RoboScriptExecution" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "RoboScriptExecution" 'PrefixI 'True) (S1 ('MetaSel ('Just "successfulActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "totalActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) | |||||
newRoboScriptExecution :: RoboScriptExecution Source #
Creates a value of RoboScriptExecution with the minimum fields required to make a request.
StackTrace
newtype StackTrace Source #
A stacktrace.
See: newStackTrace smart constructor.
Constructors
| StackTrace | |
Instances
| FromJSON StackTrace Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| ToJSON StackTrace Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: StackTrace -> Value # toEncoding :: StackTrace -> Encoding # toJSONList :: [StackTrace] -> Value # toEncodingList :: [StackTrace] -> Encoding # omitField :: StackTrace -> Bool # | |||||
| Generic StackTrace Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
| |||||
| Show StackTrace Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> StackTrace -> ShowS # show :: StackTrace -> String # showList :: [StackTrace] -> ShowS # | |||||
| Eq StackTrace Source # | |||||
Defined in Gogol.ToolResults.Internal.Product | |||||
| type Rep StackTrace Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep StackTrace = D1 ('MetaData "StackTrace" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "StackTrace" 'PrefixI 'True) (S1 ('MetaSel ('Just "exception") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newStackTrace :: StackTrace Source #
Creates a value of StackTrace with the minimum fields required to make a request.
StartActivityNotFound
data StartActivityNotFound Source #
User provided intent failed to resolve to an activity.
See: newStartActivityNotFound smart constructor.
Instances
| FromJSON StartActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser StartActivityNotFound # parseJSONList :: Value -> Parser [StartActivityNotFound] # | |||||
| ToJSON StartActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: StartActivityNotFound -> Value # toEncoding :: StartActivityNotFound -> Encoding # toJSONList :: [StartActivityNotFound] -> Value # toEncodingList :: [StartActivityNotFound] -> Encoding # omitField :: StartActivityNotFound -> Bool # | |||||
| Generic StartActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: StartActivityNotFound -> Rep StartActivityNotFound x # to :: Rep StartActivityNotFound x -> StartActivityNotFound # | |||||
| Show StartActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> StartActivityNotFound -> ShowS # show :: StartActivityNotFound -> String # showList :: [StartActivityNotFound] -> ShowS # | |||||
| Eq StartActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: StartActivityNotFound -> StartActivityNotFound -> Bool # (/=) :: StartActivityNotFound -> StartActivityNotFound -> Bool # | |||||
| type Rep StartActivityNotFound Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep StartActivityNotFound = D1 ('MetaData "StartActivityNotFound" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "StartActivityNotFound" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |||||
newStartActivityNotFound :: StartActivityNotFound Source #
Creates a value of StartActivityNotFound with the minimum fields required to make a request.
UIElementTooDeep
data UIElementTooDeep Source #
A warning that the screen hierarchy is deeper than the recommended threshold.
See: newUIElementTooDeep smart constructor.
Constructors
| UIElementTooDeep | |
Instances
| FromJSON UIElementTooDeep Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser UIElementTooDeep # parseJSONList :: Value -> Parser [UIElementTooDeep] # | |||||
| ToJSON UIElementTooDeep Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: UIElementTooDeep -> Value # toEncoding :: UIElementTooDeep -> Encoding # toJSONList :: [UIElementTooDeep] -> Value # toEncodingList :: [UIElementTooDeep] -> Encoding # omitField :: UIElementTooDeep -> Bool # | |||||
| Generic UIElementTooDeep Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: UIElementTooDeep -> Rep UIElementTooDeep x # to :: Rep UIElementTooDeep x -> UIElementTooDeep # | |||||
| Show UIElementTooDeep Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> UIElementTooDeep -> ShowS # show :: UIElementTooDeep -> String # showList :: [UIElementTooDeep] -> ShowS # | |||||
| Eq UIElementTooDeep Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: UIElementTooDeep -> UIElementTooDeep -> Bool # (/=) :: UIElementTooDeep -> UIElementTooDeep -> Bool # | |||||
| type Rep UIElementTooDeep Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep UIElementTooDeep = D1 ('MetaData "UIElementTooDeep" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "UIElementTooDeep" 'PrefixI 'True) (S1 ('MetaSel ('Just "depth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "screenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "screenStateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |||||
newUIElementTooDeep :: UIElementTooDeep Source #
Creates a value of UIElementTooDeep with the minimum fields required to make a request.
UnspecifiedWarning
data UnspecifiedWarning Source #
Default unspecified warning.
See: newUnspecifiedWarning smart constructor.
Constructors
| UnspecifiedWarning |
Instances
| FromJSON UnspecifiedWarning Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser UnspecifiedWarning # parseJSONList :: Value -> Parser [UnspecifiedWarning] # | |||||
| ToJSON UnspecifiedWarning Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: UnspecifiedWarning -> Value # toEncoding :: UnspecifiedWarning -> Encoding # toJSONList :: [UnspecifiedWarning] -> Value # toEncodingList :: [UnspecifiedWarning] -> Encoding # omitField :: UnspecifiedWarning -> Bool # | |||||
| Generic UnspecifiedWarning Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: UnspecifiedWarning -> Rep UnspecifiedWarning x # to :: Rep UnspecifiedWarning x -> UnspecifiedWarning # | |||||
| Show UnspecifiedWarning Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> UnspecifiedWarning -> ShowS # show :: UnspecifiedWarning -> String # showList :: [UnspecifiedWarning] -> ShowS # | |||||
| Eq UnspecifiedWarning Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: UnspecifiedWarning -> UnspecifiedWarning -> Bool # (/=) :: UnspecifiedWarning -> UnspecifiedWarning -> Bool # | |||||
| type Rep UnspecifiedWarning Source # | |||||
newUnspecifiedWarning :: UnspecifiedWarning Source #
Creates a value of UnspecifiedWarning with the minimum fields required to make a request.
UnusedRoboDirective
newtype UnusedRoboDirective Source #
Additional details of an unused robodirective.
See: newUnusedRoboDirective smart constructor.
Constructors
| UnusedRoboDirective | |
Fields
| |
Instances
| FromJSON UnusedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser UnusedRoboDirective # parseJSONList :: Value -> Parser [UnusedRoboDirective] # | |||||
| ToJSON UnusedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: UnusedRoboDirective -> Value # toEncoding :: UnusedRoboDirective -> Encoding # toJSONList :: [UnusedRoboDirective] -> Value # toEncodingList :: [UnusedRoboDirective] -> Encoding # omitField :: UnusedRoboDirective -> Bool # | |||||
| Generic UnusedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: UnusedRoboDirective -> Rep UnusedRoboDirective x # to :: Rep UnusedRoboDirective x -> UnusedRoboDirective # | |||||
| Show UnusedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> UnusedRoboDirective -> ShowS # show :: UnusedRoboDirective -> String # showList :: [UnusedRoboDirective] -> ShowS # | |||||
| Eq UnusedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: UnusedRoboDirective -> UnusedRoboDirective -> Bool # (/=) :: UnusedRoboDirective -> UnusedRoboDirective -> Bool # | |||||
| type Rep UnusedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep UnusedRoboDirective = D1 ('MetaData "UnusedRoboDirective" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "UnusedRoboDirective" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newUnusedRoboDirective :: UnusedRoboDirective Source #
Creates a value of UnusedRoboDirective with the minimum fields required to make a request.
UpgradeInsight
data UpgradeInsight Source #
This insight is a recommendation to upgrade a given library to the specified version, in order to avoid dependencies on non-SDK APIs.
See: newUpgradeInsight smart constructor.
Constructors
| UpgradeInsight | |
Fields
| |
Instances
| FromJSON UpgradeInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser UpgradeInsight # parseJSONList :: Value -> Parser [UpgradeInsight] # | |||||
| ToJSON UpgradeInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: UpgradeInsight -> Value # toEncoding :: UpgradeInsight -> Encoding # toJSONList :: [UpgradeInsight] -> Value # toEncodingList :: [UpgradeInsight] -> Encoding # omitField :: UpgradeInsight -> Bool # | |||||
| Generic UpgradeInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: UpgradeInsight -> Rep UpgradeInsight x # to :: Rep UpgradeInsight x -> UpgradeInsight # | |||||
| Show UpgradeInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> UpgradeInsight -> ShowS # show :: UpgradeInsight -> String # showList :: [UpgradeInsight] -> ShowS # | |||||
| Eq UpgradeInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: UpgradeInsight -> UpgradeInsight -> Bool # (/=) :: UpgradeInsight -> UpgradeInsight -> Bool # | |||||
| type Rep UpgradeInsight Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep UpgradeInsight = D1 ('MetaData "UpgradeInsight" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "UpgradeInsight" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "upgradeToVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |||||
newUpgradeInsight :: UpgradeInsight Source #
Creates a value of UpgradeInsight with the minimum fields required to make a request.
UsedRoboDirective
newtype UsedRoboDirective Source #
Additional details of a used Robo directive.
See: newUsedRoboDirective smart constructor.
Constructors
| UsedRoboDirective | |
Fields
| |
Instances
| FromJSON UsedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser UsedRoboDirective # parseJSONList :: Value -> Parser [UsedRoboDirective] # | |||||
| ToJSON UsedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: UsedRoboDirective -> Value # toEncoding :: UsedRoboDirective -> Encoding # toJSONList :: [UsedRoboDirective] -> Value # toEncodingList :: [UsedRoboDirective] -> Encoding # omitField :: UsedRoboDirective -> Bool # | |||||
| Generic UsedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: UsedRoboDirective -> Rep UsedRoboDirective x # to :: Rep UsedRoboDirective x -> UsedRoboDirective # | |||||
| Show UsedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> UsedRoboDirective -> ShowS # show :: UsedRoboDirective -> String # showList :: [UsedRoboDirective] -> ShowS # | |||||
| Eq UsedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: UsedRoboDirective -> UsedRoboDirective -> Bool # (/=) :: UsedRoboDirective -> UsedRoboDirective -> Bool # | |||||
| type Rep UsedRoboDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep UsedRoboDirective = D1 ('MetaData "UsedRoboDirective" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "UsedRoboDirective" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newUsedRoboDirective :: UsedRoboDirective Source #
Creates a value of UsedRoboDirective with the minimum fields required to make a request.
UsedRoboIgnoreDirective
newtype UsedRoboIgnoreDirective Source #
Additional details of a used Robo directive with an ignore action. Note: This is a different scenario than unused directive.
See: newUsedRoboIgnoreDirective smart constructor.
Constructors
| UsedRoboIgnoreDirective | |
Fields
| |
Instances
| FromJSON UsedRoboIgnoreDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods parseJSON :: Value -> Parser UsedRoboIgnoreDirective # parseJSONList :: Value -> Parser [UsedRoboIgnoreDirective] # | |||||
| ToJSON UsedRoboIgnoreDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods toJSON :: UsedRoboIgnoreDirective -> Value # toEncoding :: UsedRoboIgnoreDirective -> Encoding # toJSONList :: [UsedRoboIgnoreDirective] -> Value # | |||||
| Generic UsedRoboIgnoreDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Associated Types
Methods from :: UsedRoboIgnoreDirective -> Rep UsedRoboIgnoreDirective x # to :: Rep UsedRoboIgnoreDirective x -> UsedRoboIgnoreDirective # | |||||
| Show UsedRoboIgnoreDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods showsPrec :: Int -> UsedRoboIgnoreDirective -> ShowS # show :: UsedRoboIgnoreDirective -> String # showList :: [UsedRoboIgnoreDirective] -> ShowS # | |||||
| Eq UsedRoboIgnoreDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product Methods (==) :: UsedRoboIgnoreDirective -> UsedRoboIgnoreDirective -> Bool # (/=) :: UsedRoboIgnoreDirective -> UsedRoboIgnoreDirective -> Bool # | |||||
| type Rep UsedRoboIgnoreDirective Source # | |||||
Defined in Gogol.ToolResults.Internal.Product type Rep UsedRoboIgnoreDirective = D1 ('MetaData "UsedRoboIgnoreDirective" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "UsedRoboIgnoreDirective" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) | |||||
newUsedRoboIgnoreDirective :: UsedRoboIgnoreDirective Source #
Creates a value of UsedRoboIgnoreDirective with the minimum fields required to make a request.