{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} -- | -- Module : Network.Google.Manufacturers.Types -- Copyright : (c) 2015-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- module Network.Google.Manufacturers.Types ( -- * Service Configuration manufacturersService -- * OAuth Scopes , manufacturercenterScope -- * DestinationStatusStatus , DestinationStatusStatus (..) -- * IssueResolution , IssueResolution (..) -- * Image , Image , image , iStatus , iImageURL , iType -- * FeatureDescription , FeatureDescription , featureDescription , fdImage , fdText , fdHeadline -- * ProductDetail , ProductDetail , productDetail , pdAttributeValue , pdAttributeName , pdSectionName -- * Empty , Empty , empty -- * DestinationStatus , DestinationStatus , destinationStatus , dsDestination , dsStatus -- * ImageStatus , ImageStatus (..) -- * Count , Count , count , cValue , cUnit -- * Capacity , Capacity , capacity , capValue , capUnit -- * ImageType , ImageType (..) -- * Attributes , Attributes , attributes , aProductName , aScent , aImageLink , aFeatureDescription , aProductDetail , aProductLine , aColor , aSize , aFlavor , aPattern , aSizeSystem , aMaterial , aFormat , aProductType , aCount , aDisclosureDate , aBrand , aAdditionalImageLink , aExcludedDestination , aVideoLink , aCapacity , aGtin , aAgeGroup , aIncludedDestination , aGender , aSuggestedRetailPrice , aItemGroupId , aTargetClientId , aSizeType , aReleaseDate , aTitle , aMpn , aProductPageURL , aDescription , aTheme -- * Xgafv , Xgafv (..) -- * IssueSeverity , IssueSeverity (..) -- * Price , Price , price , pAmount , pCurrency -- * Product , Product , product , pParent , pDestinationStatuses , pTargetCountry , pName , pAttributes , pIssues , pContentLanguage , pProductId -- * Issue , Issue , issue , issAttribute , issDestination , issSeverity , issResolution , issTitle , issType , issTimestamp , issDescription -- * ListProductsResponse , ListProductsResponse , listProductsResponse , lprNextPageToken , lprProducts ) where import Network.Google.Manufacturers.Types.Product import Network.Google.Manufacturers.Types.Sum import Network.Google.Prelude -- | Default request referring to version 'v1' of the Manufacturer Center API. This contains the host and root path used as a starting point for constructing service requests. manufacturersService :: ServiceConfig manufacturersService = defaultService (ServiceId "manufacturers:v1") "manufacturers.googleapis.com" -- | Manage your product listings for Google Manufacturer Center manufacturercenterScope :: Proxy '["https://www.googleapis.com/auth/manufacturercenter"] manufacturercenterScope = Proxy