Class: Google::Shopping::Merchant::Notifications::V1beta::GetNotificationSubscriptionRequest

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 GetNotificationSubscription method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the notification subscription.

Returns:

  • (::String)

    Required. The name of the notification subscription.



29
30
31
32
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 29

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