View Source GoogleApi.PubSubLite.V1.Model.DeliveryConfig (google_api_pub_sub_lite v0.10.0)
The settings for a subscription's message delivery.
Attributes
-
deliveryRequirement
(type:String.t
, default:nil
) - The DeliveryRequirement for this subscription.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSubLite.V1.Model.DeliveryConfig{ deliveryRequirement: String.t() | nil }