Class GoogleCloudContentwarehouseV1PublishAction
Represents the action responsible for publishing messages to a Pub/Sub topic.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1PublishAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Messages
Messages to be published.
Declaration
[JsonProperty("messages")]
public virtual IList<string> Messages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
TopicId
The topic id in the Pub/Sub service for which messages will be published to.
Declaration
[JsonProperty("topicId")]
public virtual string TopicId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |