Optional
addressThe address where notifications are delivered for this channel.
Optional
expirationDate and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
Optional
idA UUID or similar unique string that identifies this channel.
Optional
kindIdentifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
Optional
paramsAdditional parameters controlling delivery channel behavior. Optional.
Optional
payloadA Boolean value to indicate whether payload is wanted. Optional.
Optional
resourceAn opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
Optional
resourceA version-specific identifier for the watched resource.
Optional
tokenAn arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
Optional
typeThe type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
Generated using TypeDoc
An notification channel used to watch for resource changes.