google_api_content v0.27.0 GoogleApi.Content.V21.Model.PubsubNotificationSettings View Source

Settings for Pub/Sub notifications, all methods require that the caller is a direct user of the merchant center account.

Attributes

  • cloudTopicName (type: String.t, default: nil) - Cloud pub/sub topic to which notifications are sent (read-only).
  • kind (type: String.t, default: content#pubsubNotificationSettings) - Identifies what kind of resource this is. Value: the fixed string "content#pubsubNotificationSettings".
  • registeredEvents (type: list(String.t), default: nil) - List of event types. Supported event types: orderPendingShipment.

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.Content.V21.Model.PubsubNotificationSettings{
  cloudTopicName: String.t(),
  kind: String.t(),
  registeredEvents: [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.