View Source GoogleApi.PubSubLite.V1.Model.PubSubConfig (google_api_pub_sub_lite v0.10.0)
Configuration for exporting to a Pub/Sub topic.
Attributes
-
topic
(type:String.t
, default:nil
) - The name of the Pub/Sub topic. Structured like: projects/{project_number}/topics/{topic_id}. The topic may be changed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSubLite.V1.Model.PubSubConfig{topic: String.t() | nil}