{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Poly.Types
(
polyService
, ImageErrorCode (..)
, ObjParseError
, objParseError
, opeLineNumber
, opeFilePath
, opeLine
, opeEndIndex
, opeCode
, opeStartIndex
, PresentationParams
, presentationParams
, ppBackgRoundColor
, ppOrientingRotation
, ppColorSpace
, ListLikedAssetsResponse
, listLikedAssetsResponse
, llarNextPageToken
, llarTotalSize
, llarAssets
, RemixInfo
, remixInfo
, riSourceAsset
, Quaternion
, quaternion
, qW
, qZ
, qX
, qY
, Asset
, asset
, aThumbnail
, aPresentationParams
, aIsCurated
, aAuthorName
, aRemixInfo
, aFormats
, aVisibility
, aUpdateTime
, aName
, aMetadata
, aDisplayName
, aLicense
, aDescription
, aCreateTime
, Format
, format
, fRoot
, fResources
, fFormatComplexity
, fFormatType
, AssetImportMessageCode (..)
, AssetImportMessage
, assetImportMessage
, aimObjParseError
, aimFilePath
, aimImageError
, aimCode
, StartAssetImportResponse
, startAssetImportResponse
, sairPublishURL
, sairAssetImportMessages
, sairAssetImportId
, sairAssetId
, AssetVisibility (..)
, ImageError
, imageError
, ieFilePath
, ieCode
, FormatComplexity
, formatComplexity
, fcTriangleCount
, fcLodHint
, ObjParseErrorCode (..)
, ListAssetsResponse
, listAssetsResponse
, larNextPageToken
, larTotalSize
, larAssets
, Xgafv (..)
, ListUserAssetsResponse
, listUserAssetsResponse
, luarNextPageToken
, luarTotalSize
, luarUserAssets
, AssetLicense (..)
, PresentationParamsColorSpace (..)
, File
, file
, fURL
, fRelativePath
, fContentType
, UserAsset
, userAsset
, uaAsset
) where
import Network.Google.Poly.Types.Product
import Network.Google.Poly.Types.Sum
import Network.Google.Prelude
polyService :: ServiceConfig
polyService
= defaultService (ServiceId "poly:v1")
"poly.googleapis.com"