google_api_admin v0.0.1 GoogleApi.Admin.Reports_v1.Model.Channel View Source

An notification channel used to watch for resource changes.

Attributes

  • address (String): The address where notifications are delivered for this channel. Defaults to: null.
  • expiration (String): Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional. Defaults to: null.
  • id (String): A UUID or similar unique string that identifies this channel. Defaults to: null.
  • kind (String): Identifies this as a notification channel used to watch for changes to a resource. Value: the fixed string "api#channel". Defaults to: null.
  • params (Map[String, String]): Additional parameters controlling delivery channel behavior. Optional. Defaults to: null.
  • payload (Boolean): A Boolean value to indicate whether payload is wanted. Optional. Defaults to: null.
  • resourceId (String): An opaque ID that identifies the resource being watched on this channel. Stable across different API versions. Defaults to: null.
  • resourceUri (String): A version-specific identifier for the watched resource. Defaults to: null.
  • token (String): An arbitrary string delivered to the target address with each notification delivered over this channel. Optional. Defaults to: null.
  • type (String): The type of delivery mechanism used for this channel. Defaults to: null.