gogol-toolresults-1.0.0: Google Cloud Tool Results SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.ToolResults

Description

API to publish and access results from developer tools.

See: Cloud Tool Results API Reference

Synopsis

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

newtype Xgafv Source #

V1 error format.

Constructors

Xgafv 

Fields

Bundled Patterns

pattern Xgafv_1 :: Xgafv

v1 error format

pattern Xgafv_2 :: Xgafv

v2 error format

Instances

Instances details
FromJSON Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

FromJSONKey Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

ToJSON Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

ToJSONKey Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Generic Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Associated Types

type Rep Xgafv 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

type Rep Xgafv = D1 ('MetaData "Xgafv" "Gogol.ToolResults.Internal.Sum" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "Xgafv" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromXgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Methods

from :: Xgafv -> Rep Xgafv x #

to :: Rep Xgafv x -> Xgafv #

Read Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Show Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Methods

showsPrec :: Int -> Xgafv -> ShowS #

show :: Xgafv -> String #

showList :: [Xgafv] -> ShowS #

Eq Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Methods

(==) :: Xgafv -> Xgafv -> Bool #

(/=) :: Xgafv -> Xgafv -> Bool #

Ord Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Methods

compare :: Xgafv -> Xgafv -> Ordering #

(<) :: Xgafv -> Xgafv -> Bool #

(<=) :: Xgafv -> Xgafv -> Bool #

(>) :: Xgafv -> Xgafv -> Bool #

(>=) :: Xgafv -> Xgafv -> Bool #

max :: Xgafv -> Xgafv -> Xgafv #

min :: Xgafv -> Xgafv -> Xgafv #

Hashable Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Methods

hashWithSalt :: Int -> Xgafv -> Int #

hash :: Xgafv -> Int #

FromHttpApiData Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

ToHttpApiData Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

type Rep Xgafv Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

type Rep Xgafv = D1 ('MetaData "Xgafv" "Gogol.ToolResults.Internal.Sum" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'True) (C1 ('MetaCons "Xgafv" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromXgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ANR

newtype ANR Source #

Additional details for an ANR crash.

See: newANR smart constructor.

Constructors

ANR 

Fields

Instances

Instances details
FromJSON ANR Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON ANR Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic ANR Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep ANR 
Instance details

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))))

Methods

from :: ANR -> Rep ANR x #

to :: Rep ANR x -> ANR #

Show ANR Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Methods

showsPrec :: Int -> ANR -> ShowS #

show :: ANR -> String #

showList :: [ANR] -> ShowS #

Eq ANR Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Methods

(==) :: ANR -> ANR -> Bool #

(/=) :: ANR -> ANR -> Bool #

type Rep ANR Source # 
Instance details

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))))

newANR :: ANR Source #

Creates a value of ANR with the minimum fields required to make a request.

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 

Fields

Instances

Instances details
FromJSON BlankScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON BlankScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic BlankScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep BlankScreen 
Instance details

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))))
Show BlankScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq BlankScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep BlankScreen Source # 
Instance details

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

Instances details
FromJSON CrashDialogError Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON CrashDialogError Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic CrashDialogError Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep CrashDialogError 
Instance details

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))))
Show CrashDialogError Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq CrashDialogError Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep CrashDialogError Source # 
Instance details

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 

Fields

Instances

Instances details
FromJSON EncounteredLoginScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON EncounteredLoginScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic EncounteredLoginScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep EncounteredLoginScreen 
Instance details

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]))))
Show EncounteredLoginScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq EncounteredLoginScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep EncounteredLoginScreen Source # 
Instance details

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 

Fields

Instances

Instances details
FromJSON EncounteredNonAndroidUiWidgetScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON EncounteredNonAndroidUiWidgetScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic EncounteredNonAndroidUiWidgetScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep EncounteredNonAndroidUiWidgetScreen 
Instance details

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]))))
Show EncounteredNonAndroidUiWidgetScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq EncounteredNonAndroidUiWidgetScreen Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep EncounteredNonAndroidUiWidgetScreen Source # 
Instance details

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

Instances details
FromJSON FailedToInstall Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON FailedToInstall Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic FailedToInstall Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep FailedToInstall 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep FailedToInstall = D1 ('MetaData "FailedToInstall" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "FailedToInstall" 'PrefixI 'False) (U1 :: Type -> Type))
Show FailedToInstall Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq FailedToInstall Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep FailedToInstall Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep FailedToInstall = D1 ('MetaData "FailedToInstall" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "FailedToInstall" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
FromJSON FatalException Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON FatalException Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic FatalException Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep FatalException 
Instance details

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))))
Show FatalException Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq FatalException Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep FatalException Source # 
Instance details

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

Instances details
FromJSON InAppPurchasesFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON InAppPurchasesFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic InAppPurchasesFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep InAppPurchasesFound 
Instance details

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))))
Show InAppPurchasesFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq InAppPurchasesFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep InAppPurchasesFound Source # 
Instance details

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

Instances details
FromJSON InsufficientCoverage Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON InsufficientCoverage Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic InsufficientCoverage Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep InsufficientCoverage 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep InsufficientCoverage = D1 ('MetaData "InsufficientCoverage" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "InsufficientCoverage" 'PrefixI 'False) (U1 :: Type -> Type))
Show InsufficientCoverage Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq InsufficientCoverage Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep InsufficientCoverage Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep InsufficientCoverage = D1 ('MetaData "InsufficientCoverage" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "InsufficientCoverage" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
FromJSON IosAppCrashed Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON IosAppCrashed Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic IosAppCrashed Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep IosAppCrashed 
Instance details

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))))
Show IosAppCrashed Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq IosAppCrashed Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep IosAppCrashed Source # 
Instance details

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.

Instances

Instances details
FromJSON LauncherActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON LauncherActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic LauncherActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep LauncherActivityNotFound 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep LauncherActivityNotFound = D1 ('MetaData "LauncherActivityNotFound" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "LauncherActivityNotFound" 'PrefixI 'False) (U1 :: Type -> Type))
Show LauncherActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq LauncherActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep LauncherActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep LauncherActivityNotFound = D1 ('MetaData "LauncherActivityNotFound" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "LauncherActivityNotFound" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
FromJSON NativeCrash Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON NativeCrash Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic NativeCrash Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep NativeCrash 
Instance details

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))))
Show NativeCrash Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq NativeCrash Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep NativeCrash Source # 
Instance details

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

data NonSdkApi Source #

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

Instances details
FromJSON NonSdkApi Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON NonSdkApi Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic NonSdkApi Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep NonSdkApi 
Instance details

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))))))
Show NonSdkApi Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq NonSdkApi Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep NonSdkApi Source # 
Instance details

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 

Instances

Instances details
FromJSON NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

FromJSONKey NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

ToJSON NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

ToJSONKey NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Generic NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Associated Types

type Rep NonSdkApi_List 
Instance details

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)))
Read NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Show NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Eq NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Ord NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

Hashable NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

FromHttpApiData NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

ToHttpApiData NonSdkApi_List Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Sum

type Rep NonSdkApi_List Source # 
Instance details

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

Instances details
FromJSON NonSdkApiInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON NonSdkApiInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic NonSdkApiInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep NonSdkApiInsight 
Instance details

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)))))
Show NonSdkApiInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq NonSdkApiInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep NonSdkApiInsight Source # 
Instance details

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

Instances details
FromJSON NonSdkApiUsageViolation Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON NonSdkApiUsageViolation Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic NonSdkApiUsageViolation Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep NonSdkApiUsageViolation 
Instance details

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))))
Show NonSdkApiUsageViolation Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq NonSdkApiUsageViolation Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep NonSdkApiUsageViolation Source # 
Instance details

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

Instances details
FromJSON NonSdkApiUsageViolationReport Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON NonSdkApiUsageViolationReport Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic NonSdkApiUsageViolationReport Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep NonSdkApiUsageViolationReport 
Instance details

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)))))
Show NonSdkApiUsageViolationReport Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq NonSdkApiUsageViolationReport Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep NonSdkApiUsageViolationReport Source # 
Instance details

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 

Fields

Instances

Instances details
FromJSON OverlappingUIElements Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON OverlappingUIElements Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic OverlappingUIElements Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep OverlappingUIElements 
Instance details

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))))
Show OverlappingUIElements Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq OverlappingUIElements Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep OverlappingUIElements Source # 
Instance details

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

Instances details
FromJSON PendingGoogleUpdateInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON PendingGoogleUpdateInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic PendingGoogleUpdateInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep PendingGoogleUpdateInsight 
Instance details

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))))
Show PendingGoogleUpdateInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq PendingGoogleUpdateInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep PendingGoogleUpdateInsight Source # 
Instance details

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

Instances details
FromJSON PerformedGoogleLogin Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON PerformedGoogleLogin Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic PerformedGoogleLogin Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep PerformedGoogleLogin 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep PerformedGoogleLogin = D1 ('MetaData "PerformedGoogleLogin" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "PerformedGoogleLogin" 'PrefixI 'False) (U1 :: Type -> Type))
Show PerformedGoogleLogin Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq PerformedGoogleLogin Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep PerformedGoogleLogin Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep PerformedGoogleLogin = D1 ('MetaData "PerformedGoogleLogin" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "PerformedGoogleLogin" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
FromJSON PerformedMonkeyActions Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON PerformedMonkeyActions Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic PerformedMonkeyActions Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep PerformedMonkeyActions 
Instance details

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))))
Show PerformedMonkeyActions Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq PerformedMonkeyActions Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep PerformedMonkeyActions Source # 
Instance details

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

Instances details
FromJSON RoboScriptExecution Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON RoboScriptExecution Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic RoboScriptExecution Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep RoboScriptExecution 
Instance details

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))))
Show RoboScriptExecution Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq RoboScriptExecution Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep RoboScriptExecution Source # 
Instance details

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 

Fields

Instances

Instances details
FromJSON StackTrace Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON StackTrace Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic StackTrace Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep StackTrace 
Instance details

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))))
Show StackTrace Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq StackTrace Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep StackTrace Source # 
Instance details

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.

Constructors

StartActivityNotFound 

Fields

Instances

Instances details
FromJSON StartActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON StartActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic StartActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep StartActivityNotFound 
Instance details

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))))
Show StartActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq StartActivityNotFound Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep StartActivityNotFound Source # 
Instance details

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 

Fields

Instances

Instances details
FromJSON UIElementTooDeep Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON UIElementTooDeep Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic UIElementTooDeep Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep UIElementTooDeep 
Instance details

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)))))
Show UIElementTooDeep Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq UIElementTooDeep Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UIElementTooDeep Source # 
Instance details

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

Instances details
FromJSON UnspecifiedWarning Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON UnspecifiedWarning Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic UnspecifiedWarning Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep UnspecifiedWarning 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UnspecifiedWarning = D1 ('MetaData "UnspecifiedWarning" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "UnspecifiedWarning" 'PrefixI 'False) (U1 :: Type -> Type))
Show UnspecifiedWarning Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq UnspecifiedWarning Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UnspecifiedWarning Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UnspecifiedWarning = D1 ('MetaData "UnspecifiedWarning" "Gogol.ToolResults.Internal.Product" "gogol-toolresults-1.0.0-4MiGcOBHKyp8m4xSLoXamg" 'False) (C1 ('MetaCons "UnspecifiedWarning" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
FromJSON UnusedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON UnusedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic UnusedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep UnusedRoboDirective 
Instance details

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))))
Show UnusedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq UnusedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UnusedRoboDirective Source # 
Instance details

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

Instances details
FromJSON UpgradeInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON UpgradeInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic UpgradeInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep UpgradeInsight 
Instance details

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))))
Show UpgradeInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq UpgradeInsight Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UpgradeInsight Source # 
Instance details

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

Instances details
FromJSON UsedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON UsedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic UsedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep UsedRoboDirective 
Instance details

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))))
Show UsedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq UsedRoboDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UsedRoboDirective Source # 
Instance details

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

Instances details
FromJSON UsedRoboIgnoreDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

ToJSON UsedRoboIgnoreDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Generic UsedRoboIgnoreDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Associated Types

type Rep UsedRoboIgnoreDirective 
Instance details

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))))
Show UsedRoboIgnoreDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

Eq UsedRoboIgnoreDirective Source # 
Instance details

Defined in Gogol.ToolResults.Internal.Product

type Rep UsedRoboIgnoreDirective Source # 
Instance details

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.