Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type DFAReportingAccountActiveAdSummariesGetResource = "dfareporting" :> "v4" :> "userprofiles" :> Capture "profileId" Int64 :> "accountActiveAdSummaries" :> Capture "summaryAccountId" Int64 :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AccountActiveAdSummary

    gogol-dfareporting Gogol.DFAReporting

    A resource alias for dfareporting.accountActiveAdSummaries.get method which the DFAReportingAccountActiveAdSummariesGet request conforms to.

  2. data DFAReportingTvCampaignSummariesList

    gogol-dfareporting Gogol.DFAReporting

    Retrieves a list of TV campaign summaries. See: newDFAReportingTvCampaignSummariesList smart constructor.

  3. DFAReportingTvCampaignSummariesList :: Maybe Xgafv -> Maybe Text -> Maybe Int64 -> Maybe Text -> Maybe Text -> Int64 -> Maybe Text -> Maybe Text -> DFAReportingTvCampaignSummariesList

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

  4. type DFAReportingTvCampaignSummariesListResource = "dfareporting" :> "v4" :> "userprofiles" :> Capture "profileId" Int64 :> "tvCampaignSummaries" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "accountId" Int64 :> QueryParam "callback" Text :> QueryParam "name" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] TvCampaignSummariesListResponse

    gogol-dfareporting Gogol.DFAReporting

    A resource alias for dfareporting.tvCampaignSummaries.list method which the DFAReportingTvCampaignSummariesList request conforms to.

  5. data TvCampaignSummariesListResponse

    gogol-dfareporting Gogol.DFAReporting

    Response message for TvCampaignSummariesService.List. See: newTvCampaignSummariesListResponse smart constructor.

  6. TvCampaignSummariesListResponse :: Maybe Text -> Maybe [TvCampaignSummary] -> TvCampaignSummariesListResponse

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

  7. data TvCampaignSummary

    gogol-dfareporting Gogol.DFAReporting

    TvCampaignSummary contains aggregate data from a TV campaign. See: newTvCampaignSummary smart constructor.

  8. TvCampaignSummary :: Maybe Text -> Maybe Int64 -> Maybe Text -> Maybe Int64 -> Maybe Text -> Maybe Text -> Maybe Double -> Maybe Text -> Maybe TvCampaignSummary_Type -> TvCampaignSummary

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

  9. newtype TvCampaignSummary_Type

    gogol-dfareporting Gogol.DFAReporting

    "CampaignComponentType" of this TV campaign.

  10. TvCampaignSummary_Type :: Text -> TvCampaignSummary_Type

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

Page 318 of many | Previous | Next