calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.Channel Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.Channel:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Address [get, set]
 The address where notifications are delivered for this channel.
virtual System.Nullable< long > Expiration [get, set]
 Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
virtual string Id [get, set]
 A UUID or similar unique string that identifies this channel.
virtual string Kind [get, set]
 Identifies this as a notification channel used to watch for changes to a resource. Value: the fixed string "api#channel".
virtual
System.Collections.Generic.IDictionary
< string, string > 
Params [get, set]
 Additional parameters controlling delivery channel behavior. Optional.
virtual System.Nullable< bool > Payload [get, set]
 A Boolean value to indicate whether payload is wanted. Optional.
virtual string ResourceId [get, set]
 An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
virtual string ResourceUri [get, set]
 A version-specific identifier for the watched resource.
virtual string Token [get, set]
 An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
virtual string Type [get, set]
 The type of delivery mechanism used for this channel.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.Channel.Address
getset

The address where notifications are delivered for this channel.

virtual string Google.Apis.Calendar.v3.Data.Channel.ETag
getset

The ETag of the item.

virtual System.Nullable<long> Google.Apis.Calendar.v3.Data.Channel.Expiration
getset

Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.

virtual string Google.Apis.Calendar.v3.Data.Channel.Id
getset

A UUID or similar unique string that identifies this channel.

virtual string Google.Apis.Calendar.v3.Data.Channel.Kind
getset

Identifies this as a notification channel used to watch for changes to a resource. Value: the fixed string "api#channel".

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Calendar.v3.Data.Channel.Params
getset

Additional parameters controlling delivery channel behavior. Optional.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.Channel.Payload
getset

A Boolean value to indicate whether payload is wanted. Optional.

virtual string Google.Apis.Calendar.v3.Data.Channel.ResourceId
getset

An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.

virtual string Google.Apis.Calendar.v3.Data.Channel.ResourceUri
getset

A version-specific identifier for the watched resource.

virtual string Google.Apis.Calendar.v3.Data.Channel.Token
getset

An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.

virtual string Google.Apis.Calendar.v3.Data.Channel.Type
getset

The type of delivery mechanism used for this channel.


The documentation for this class was generated from the following file: