| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.FusionTables.Column.Get
Description
Retrieves a specific column by its ID.
See: Fusion Tables API Reference for fusiontables.column.get.
- type ColumnGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("columns" :> (Capture "columnId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Column))))))
- columnGet :: Text -> Text -> ColumnGet
- data ColumnGet
- cgTableId :: Lens' ColumnGet Text
- cgColumnId :: Lens' ColumnGet Text
REST Resource
type ColumnGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("columns" :> (Capture "columnId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Column)))))) Source #
A resource alias for fusiontables.column.get method which the
ColumnGet request conforms to.
Creating a Request
Creates a value of ColumnGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves a specific column by its ID.
See: columnGet smart constructor.