google_api_pub_sub v0.3.0 GoogleApi.PubSub.V1.Model.UpdateSubscriptionRequest View Source

Request for the UpdateSubscription method.

Attributes

  • subscription (Subscription): The updated subscription object. Defaults to: null.
  • updateMask (String.t): Indicates which fields in the provided subscription to update. Must be specified and non-empty. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.PubSub.V1.Model.UpdateSubscriptionRequest{
  subscription: GoogleApi.PubSub.V1.Model.Subscription.t(),
  updateMask: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.