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. newDFAReportingAccountActiveAdSummariesGet :: Int64 -> Int64 -> DFAReportingAccountActiveAdSummariesGet

    gogol-dfareporting Gogol.DFAReporting

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

  2. newDFAReportingTvCampaignSummariesList :: Int64 -> DFAReportingTvCampaignSummariesList

    gogol-dfareporting Gogol.DFAReporting

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

  3. newTvCampaignSummariesListResponse :: TvCampaignSummariesListResponse

    gogol-dfareporting Gogol.DFAReporting

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

  4. newTvCampaignSummary :: TvCampaignSummary

    gogol-dfareporting Gogol.DFAReporting

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

  5. tvCampaignSummaries :: TvCampaignSummariesListResponse -> Maybe [TvCampaignSummary]

    gogol-dfareporting Gogol.DFAReporting

    List of TV campaign summaries.

  6. data DFAReportingAccountActiveAdSummariesGet

    gogol-dfareporting Gogol.DFAReporting.AccountActiveAdSummaries.Get

    Gets the account's active ad summary by account ID. See: newDFAReportingAccountActiveAdSummariesGet smart constructor.

  7. DFAReportingAccountActiveAdSummariesGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> Int64 -> Maybe Text -> Maybe Text -> DFAReportingAccountActiveAdSummariesGet

    gogol-dfareporting Gogol.DFAReporting.AccountActiveAdSummaries.Get

    No documentation available.

  8. 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.AccountActiveAdSummaries.Get

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

  9. newDFAReportingAccountActiveAdSummariesGet :: Int64 -> Int64 -> DFAReportingAccountActiveAdSummariesGet

    gogol-dfareporting Gogol.DFAReporting.AccountActiveAdSummaries.Get

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

  10. data DFAReportingTvCampaignSummariesList

    gogol-dfareporting Gogol.DFAReporting.TvCampaignSummaries.List

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

Page 320 of many | Previous | Next