{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.AppsLicensing.Types
(
appsLicensingService
, appsLicensingScope
, LicenseAssignmentInsert
, licenseAssignmentInsert
, laiUserId
, LicenseAssignmentList
, licenseAssignmentList
, lalEtag
, lalNextPageToken
, lalKind
, lalItems
, LicenseAssignment
, licenseAssignment
, laProductName
, laEtags
, laSKUName
, laKind
, laSKUId
, laUserId
, laSelfLink
, laProductId
) where
import Network.Google.AppsLicensing.Types.Product
import Network.Google.AppsLicensing.Types.Sum
import Network.Google.Prelude
appsLicensingService :: ServiceConfig
appsLicensingService
= defaultService (ServiceId "licensing:v1")
"www.googleapis.com"
appsLicensingScope :: Proxy '["https://www.googleapis.com/auth/apps.licensing"]
appsLicensingScope = Proxy;