The "settings" collection of methods. More...
Classes | |
| class | GetRequest |
| Returns a single user setting. More... | |
| class | ListRequest |
| Returns all user settings for the authenticated user. More... | |
| class | WatchRequest |
| Watch for changes to Settings resources. More... | |
Public Member Functions | |
| SettingsResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. | |
| virtual GetRequest | Get (string setting) |
| Returns a single user setting. | |
| virtual ListRequest | List () |
| Returns all user settings for the authenticated user. | |
| virtual WatchRequest | Watch (Google.Apis.Calendar.v3.Data.Channel body) |
| Watch for changes to Settings resources. | |
The "settings" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Returns a single user setting.
| setting | The id of the user setting. |
|
inlinevirtual |
Returns all user settings for the authenticated user.
|
inlinevirtual |
Watch for changes to Settings resources.
| body | The body of the request. |