{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.ConsumerSurveys.Types
(
consumerSurveysService
, userInfoEmailScope
, consumerSurveysReadOnlyScope
, consumerSurveysScope
, SurveysListResponse
, surveysListResponse
, slrRequestId
, slrTokenPagination
, slrPageInfo
, slrResources
, MobileAppPanel
, mobileAppPanel
, mapOwners
, mapCountry
, mapName
, mapMobileAppPanelId
, mapLanguage
, mapIsPublicPanel
, TokenPagination
, tokenPagination
, tpNextPageToken
, tpPreviousPageToken
, ResultsGetRequest
, resultsGetRequest
, rgrResultMask
, MobileAppPanelsListResponse
, mobileAppPanelsListResponse
, maplrRequestId
, maplrTokenPagination
, maplrPageInfo
, maplrResources
, PageInfo
, pageInfo
, piResultPerPage
, piTotalResults
, piStartIndex
, FieldMask
, fieldMask
, fmId
, fmFields
, Survey
, survey
, sAudience
, sState
, sOwners
, sWantedResponseCount
, sSurveyURLId
, sCost
, sRejectionReason
, sCustomerData
, sQuestions
, sTitle
, sDescription
, SurveysStartResponse
, surveysStartResponse
, ssrRequestId
, SurveysStopResponse
, surveysStopResponse
, sRequestId
, ResultsMask
, resultsMask
, rmProjection
, rmFields
, SurveyRejection
, surveyRejection
, srExplanation
, srType
, SurveyResults
, surveyResults
, srStatus
, srSurveyURLId
, SurveysStartRequest
, surveysStartRequest
, ssrMaxCostPerResponseNanos
, SurveysDeleteResponse
, surveysDeleteResponse
, sdrRequestId
, SurveyQuestionImage
, surveyQuestionImage
, sqiData
, sqiURL
, sqiAltText
, SurveyAudience
, surveyAudience
, saCountry
, saAges
, saLanguages
, saGender
, saMobileAppPanelId
, saCountrySubdivision
, saPopulationSource
, SurveyCost
, surveyCost
, scCurrencyCode
, scNanos
, scMaxCostPerResponseNanos
, scCostPerResponseNanos
, SurveyQuestion
, surveyQuestion
, sqImages
, sqAnswers
, sqSingleLineResponse
, sqMustPickSuggestion
, sqSentimentText
, sqThresholdAnswers
, sqHasOther
, sqOpenTextSuggestions
, sqVideoId
, sqLastAnswerPositionPinned
, sqAnswerOrder
, sqOpenTextPlaceholder
, sqType
, sqUnitOfMeasurementLabel
, sqHighValueLabel
, sqQuestion
, sqNumStars
, sqLowValueLabel
) where
import Network.Google.ConsumerSurveys.Types.Product
import Network.Google.ConsumerSurveys.Types.Sum
import Network.Google.Prelude
consumerSurveysService :: ServiceConfig
consumerSurveysService
= defaultService (ServiceId "consumersurveys:v2")
"www.googleapis.com"
userInfoEmailScope :: Proxy '["https://www.googleapis.com/auth/userinfo.email"]
userInfoEmailScope = Proxy;
consumerSurveysReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/consumersurveys.readonly"]
consumerSurveysReadOnlyScope = Proxy;
consumerSurveysScope :: Proxy '["https://www.googleapis.com/auth/consumersurveys"]
consumerSurveysScope = Proxy;