Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- playCustomAppService :: ServiceConfig
- androidPublisherScope :: Proxy '["https://www.googleapis.com/auth/androidpublisher"]
- data CustomApp
- customApp :: CustomApp
- caLanguageCode :: Lens' CustomApp (Maybe Text)
- caTitle :: Lens' CustomApp (Maybe Text)
Service Configuration
playCustomAppService :: ServiceConfig Source #
Default request referring to version v1
of the Google Play Custom App Publishing API. This contains the host and root path used as a starting point for constructing service requests.
OAuth Scopes
androidPublisherScope :: Proxy '["https://www.googleapis.com/auth/androidpublisher"] Source #
View and manage your Google Play Developer account
CustomApp
This resource represents a custom app.
See: customApp
smart constructor.
Instances
Eq CustomApp Source # | |
Data CustomApp Source # | |
Defined in Network.Google.PlayCustomApp.Types.Product gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomApp -> c CustomApp # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomApp # toConstr :: CustomApp -> Constr # dataTypeOf :: CustomApp -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomApp) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomApp) # gmapT :: (forall b. Data b => b -> b) -> CustomApp -> CustomApp # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomApp -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomApp -> r # gmapQ :: (forall d. Data d => d -> u) -> CustomApp -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomApp -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomApp -> m CustomApp # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomApp -> m CustomApp # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomApp -> m CustomApp # | |
Show CustomApp Source # | |
Generic CustomApp Source # | |
ToJSON CustomApp Source # | |
Defined in Network.Google.PlayCustomApp.Types.Product | |
FromJSON CustomApp Source # | |
type Rep CustomApp Source # | |
Defined in Network.Google.PlayCustomApp.Types.Product type Rep CustomApp = D1 (MetaData "CustomApp" "Network.Google.PlayCustomApp.Types.Product" "gogol-playcustomapp-0.4.0-3YHpjjiHtHaBdNZGNlWuuS" False) (C1 (MetaCons "CustomApp'" PrefixI True) (S1 (MetaSel (Just "_caLanguageCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_caTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) |