GoogleApi.PubSub.V1.Model.UpdateSubscriptionRequest (google_api_pub_sub v0.42.0)
View SourceRequest for the UpdateSubscription method.
Attributes
-
subscription(type:GoogleApi.PubSub.V1.Model.Subscription.t, default:nil) - Required. The updated subscription object. -
updateMask(type:String.t, default:nil) - Required. Indicates which fields in the provided subscription to update. Must be specified and non-empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSub.V1.Model.UpdateSubscriptionRequest{ subscription: GoogleApi.PubSub.V1.Model.Subscription.t() | nil, updateMask: String.t() | nil }