Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data PartnersUsersDeleteCompanyRelation

    gogol-partners Gogol.Partners

    Deletes a user's company relation. Unaffiliaites the user from a company. See: newPartnersUsersDeleteCompanyRelation smart constructor.

  2. PartnersUsersDeleteCompanyRelation :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe [Text] -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Text -> PartnersUsersDeleteCompanyRelation

    gogol-partners Gogol.Partners

    No documentation available.

  3. type PartnersUsersDeleteCompanyRelationResource = "v2" :> "users" :> Capture "userId" Text :> "companyRelation" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParams "requestMetadata.experimentIds" Text :> QueryParam "requestMetadata.locale" Text :> QueryParam "requestMetadata.partnersSessionId" Text :> QueryParam "requestMetadata.trafficSource.trafficSourceId" Text :> QueryParam "requestMetadata.trafficSource.trafficSubId" Text :> QueryParam "requestMetadata.userOverrides.ipAddress" Text :> QueryParam "requestMetadata.userOverrides.userId" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] Empty

    gogol-partners Gogol.Partners

    A resource alias for partners.users.deleteCompanyRelation method which the PartnersUsersDeleteCompanyRelation request conforms to.

  4. canShowEntireCompany :: ListOffersHistoryResponse -> Maybe Bool

    gogol-partners Gogol.Partners

    True if the user has the option to show entire company history.

  5. company :: GetCompanyResponse -> Maybe Company

    gogol-partners Gogol.Partners

    The company.

  6. company :: User -> Maybe CompanyRelation

    gogol-partners Gogol.Partners

    The company that the user is associated with. If not present, the user is not associated with any company.

  7. companyAdmin :: CompanyRelation -> Maybe Bool

    gogol-partners Gogol.Partners

    Indicates if the user is an admin for this company.

  8. companyId :: PartnersCompaniesGet -> Text

    gogol-partners Gogol.Partners

    The ID of the company to retrieve.

  9. companyId :: PartnersCompaniesLeadsCreate -> Text

    gogol-partners Gogol.Partners

    The ID of the company to contact.

  10. companyId :: CompanyRelation -> Maybe Text

    gogol-partners Gogol.Partners

    The ID of the company. There may be no id if this is a pending company.5

Page 268 of many | Previous | Next