GoogleApi.PubSubLite.V1.Model.Subscription (google_api_pub_sub_lite v0.7.0) View Source

Metadata about a subscription resource.

Attributes

  • deliveryConfig (type: GoogleApi.PubSubLite.V1.Model.DeliveryConfig.t, default: nil) - The settings for this subscription's message delivery.
  • name (type: String.t, default: nil) - The name of the subscription. Structured like: projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
  • topic (type: String.t, default: nil) - The name of the topic this subscription is attached to. Structured like: projects/{project_number}/locations/{location}/topics/{topic_id}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PubSubLite.V1.Model.Subscription{
  deliveryConfig: GoogleApi.PubSubLite.V1.Model.DeliveryConfig.t() | nil,
  name: String.t() | nil,
  topic: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.