36 "desc":
"Google calendar delete API data provider",
37 "type":
"GoogleCalendarDeleteDataProvider",
39 "id": <DataProviderOptionInfo>{
40 "type": AbstractDataProviderTypeMap.
"string",
41 "desc":
"The calendar ID",
44 "supports_request":
True,
49 AbstractDataProvider::DataProviderSummaryInfoKeys
The Google calendar delete API data provider.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:30
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ResponseType
Response type.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:56
constructor(*hash< auto > options)
Creates the object from constructor options.
*string getDesc()
Returns the data provider description.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
string id
The calendar's ID.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:60
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:48
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:63
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string getName()
Returns the data provider name.
const RequestType
Request type.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:53
const ProviderInfo
Provider info.
Definition: GoogleCalendarDeleteDataProvider.qc.dox.h:34
The Google data provider base class.
Definition: GoogleDataProviderBase.qc.dox.h:28
*GoogleRestClient::GoogleRestClient rest
The REST client object for API calls.
Definition: GoogleDataProviderBase.qc.dox.h:33
const ConstructorOptions
Constructor options.
Definition: GoogleDataProvider.qc.dox.h:40
Qore GoogleDataProvider module definition.
Definition: GoogleCalendarBaseDataProvider.qc.dox.h:26