View Source GoogleApi.Content.V21.Model.PubsubNotificationSettings (google_api_content v0.67.1)

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: nil) - 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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.