google_api_content v0.40.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. (== resource_for v2.1.pubsubnotificationsettings ==)

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.

    Acceptable values are:

    • "orderPendingShipment"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V21.Model.PubsubNotificationSettings{
  cloudTopicName: String.t(),
  kind: String.t(),
  registeredEvents: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.