gogol-mirror-0.0.1: Google Mirror SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Mirror.Settings.Get

Contents

Description

Gets a single setting by ID.

See: Google Mirror API Reference for mirror.settings.get.

Synopsis

REST Resource

type SettingsGetResource = "mirror" :> ("v1" :> ("settings" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Setting)))) Source

A resource alias for mirror.settings.get method which the SettingsGet request conforms to.

Creating a Request

settingsGet Source

Arguments

:: Text

sgId

-> SettingsGet 

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

Use one of the following lenses to modify other fields as desired:

Request Lenses

sgId :: Lens' SettingsGet Text Source

The ID of the setting. The following IDs are valid: - locale - The key to the user’s language/locale (BCP 47 identifier) that Glassware should use to render localized content. - timezone - The key to the user’s current time zone region as defined in the tz database. Example: America/Los_Angeles.