google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.Channel View Source

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Calendar.V3.Model.Channel{
  address: String.t(),
  expiration: String.t(),
  id: String.t(),
  kind: String.t(),
  params: map(),
  payload: boolean(),
  resourceId: String.t(),
  resourceUri: String.t(),
  token: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.