Interface google.cloud.scheduler.v1beta1.IPubsubTarget (2.1.1)

Properties of a PubsubTarget.

Package

@google-cloud/scheduler!

Properties

attributes

attributes?: ({ [k: string]: string }|null);

PubsubTarget attributes

Property Value
TypeDescription
({ [k: string]: string }|null)

data

data?: (Uint8Array|string|null);

PubsubTarget data

Property Value
TypeDescription
(Uint8Array|string|null)

topicName

topicName?: (string|null);

PubsubTarget topicName

Property Value
TypeDescription
(string|null)