GoogleCloudContentwarehouseV1PublishAction

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PublishAction


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the action responsible for publishing messages to a Pub/Sub topic.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. messages (type: list(String.t), default: nil)
    - Messages to be published.
  2. topicId (type: String.t, default: nil)
    - The topic id in the Pub/Sub service for which messages will be published to.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PublishAction{
messages: [String.t()] | nil,
topicId: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PublishAction