Class: Google::Shopping::Merchant::Notifications::V1beta::DeleteNotificationSubscriptionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb

Overview

Request message for the DeleteNotificationSubscription method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the notification subscription to be deleted.

Returns:

  • (::String)

    Required. The name of the notification subscription to be deleted.



64
65
66
67
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 64

class DeleteNotificationSubscriptionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end