admin  directory_v1
Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.Data.Channel Class Reference

An notification channel used to watch for resource changes. More...

Inheritance diagram for Google.Apis.Admin.Directory.directory_v1.Data.Channel:
Google::Apis::Requests::IDirectResponseSchema

Properties

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

Detailed Description

An notification channel used to watch for resource changes.

Property Documentation

◆ Address

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.Address
getset

The address where notifications are delivered for this channel.

◆ ETag

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.ETag
getset

The ETag of the item.

◆ Expiration

virtual System.Nullable<long> Google.Apis.Admin.Directory.directory_v1.Data.Channel.Expiration
getset

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

◆ Id

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.Id
getset

A UUID or similar unique string that identifies this channel.

◆ Kind

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.Kind
getset

Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".

◆ Params__

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Admin.Directory.directory_v1.Data.Channel.Params__
getset

Additional parameters controlling delivery channel behavior. Optional.

◆ Payload

virtual System.Nullable<bool> Google.Apis.Admin.Directory.directory_v1.Data.Channel.Payload
getset

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

◆ ResourceId

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.ResourceId
getset

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

◆ ResourceUri

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.ResourceUri
getset

A version-specific identifier for the watched resource.

◆ Token

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.Token
getset

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

◆ Type

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Channel.Type
getset

The type of delivery mechanism used for this channel.


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