Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1PublishAction

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

Inheritance
object
GoogleCloudContentwarehouseV1PublishAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX